From 72fff06266e40bdd2df6087be47ef321aa232859 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 29 Aug 2015 12:31:59 -0700 Subject: [PATCH] Hide history for configurator --- src/dialogs/more-info-dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs/more-info-dialog.js b/src/dialogs/more-info-dialog.js index 8c686716dd..d9b0db6af2 100644 --- a/src/dialogs/more-info-dialog.js +++ b/src/dialogs/more-info-dialog.js @@ -14,7 +14,7 @@ require('../components/state-history-charts'); require('../more-infos/more-info-content'); // if you don't want the history component to show add the domain to this array -const DOMAINS_WITH_NO_HISTORY = ['camera']; +const DOMAINS_WITH_NO_HISTORY = ['camera', 'configurator']; export default new Polymer({ is: 'more-info-dialog',