From e46d2e29345654186151421cdd914e40da4e42c9 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 28 Mar 2018 16:34:39 -0700 Subject: [PATCH] Fix property --- src/components/state-history-charts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/state-history-charts.html b/src/components/state-history-charts.html index 365652bb6b..ebb4421290 100644 --- a/src/components/state-history-charts.html +++ b/src/components/state-history-charts.html @@ -58,7 +58,7 @@ class StateHistoryCharts extends Polymer.Element { value: null, }, - isLoading: Boolean, + isLoadingData: Boolean, endTime: { type: Object,