Commit 5a487f1d authored by Steven Bennetts's avatar Steven Bennetts Committed by Commit Bot

Fix cr_network_list_item.html data binding

Regression from:
https://chromium-review.googlesource.com/c/chromium/src/+/1842222

Bug: 1014915
TBR=khorimoto@chromium.org

Change-Id: I8b26ffc6015d1ed6e7fce8391c935f5f7ae83b94
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865753Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Steven Bennetts <stevenjb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#707538}
parent 724200da
......@@ -73,7 +73,7 @@
hidden$="[[!isStateTextVisible_(networkState)]]"
active$="[[isStateTextActive_(networkState,
activationUnavailable)]]">
[[getNetworkStateText_(networkState, cellActivationAvailable)]]
[[getNetworkStateText_(networkState, activationUnavailable)]]
</div>
</div>
<template is="dom-if" if="[[isPolicySource(networkState.source)]]">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment