diff options
Diffstat (limited to 'js/panels')
-rwxr-xr-x | js/panels/components-panel.reel/components-panel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/components-panel.reel/components-panel.js b/js/panels/components-panel.reel/components-panel.js index 461abe84..6972b9b4 100755 --- a/js/panels/components-panel.reel/components-panel.js +++ b/js/panels/components-panel.reel/components-panel.js | |||
@@ -106,7 +106,7 @@ exports.ComponentsPanel = Montage.create(Component, { | |||
106 | "component": "textfield" | 106 | "component": "textfield" |
107 | }, | 107 | }, |
108 | { | 108 | { |
109 | "text": "Toogle Button", | 109 | "text": "Toggle Button", |
110 | "dataFile" : "node_modules/components-data/toggle-button.json", | 110 | "dataFile" : "node_modules/components-data/toggle-button.json", |
111 | "component": "toggleButton" | 111 | "component": "toggleButton" |
112 | } | 112 | } |