From e4470a8432566cfb931d99d9b6f4595a38d4a0c6 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 9 Jun 2018 14:58:07 +0200 Subject: [PATCH] add new control in order to change background color of boxes --- src/components/dialog/edit-widget-control-creator.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/dialog/edit-widget-control-creator.js b/src/components/dialog/edit-widget-control-creator.js index f73c86c..0ac9502 100644 --- a/src/components/dialog/edit-widget-control-creator.js +++ b/src/components/dialog/edit-widget-control-creator.js @@ -139,7 +139,8 @@ export default function createControls(widgetType = null, widget = null, session break; case 'Box': dialogControls.push( - validateForm(id)} handleChange={(e) => handleChange(e)} /> + validateForm(id)} handleChange={(e) => handleChange(e)} />, + handleChange(e)} /> ); break; case 'Label':