aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjs/panels/components-panel.reel/components-panel.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/panels/components-panel.reel/components-panel.js b/js/panels/components-panel.reel/components-panel.js
index 9252b7b8..461abe84 100755
--- a/js/panels/components-panel.reel/components-panel.js
+++ b/js/panels/components-panel.reel/components-panel.js
@@ -80,11 +80,6 @@ exports.ComponentsPanel = Montage.create(Component, {
80 "dataFile" : "node_modules/components-data/number-input.json", 80 "dataFile" : "node_modules/components-data/number-input.json",
81 "component": "numberInput" 81 "component": "numberInput"
82 }, 82 },
83 {
84 "text": "Select Input",
85 "dataFile" : "node_modules/components-data/select.json",
86 "component": "select"
87 },
88 { 83 {
89 "text": "Radio Button", 84 "text": "Radio Button",
90 "dataFile" : "node_modules/components-data/radio-button.json", 85 "dataFile" : "node_modules/components-data/radio-button.json",
@@ -96,6 +91,11 @@ exports.ComponentsPanel = Montage.create(Component, {
96 "component": "rangeInput" 91 "component": "rangeInput"
97 }, 92 },
98 { 93 {
94 "text": "Select Input",
95 "dataFile" : "node_modules/components-data/select.json",
96 "component": "select"
97 },
98 {
99 "text": "TextArea", 99 "text": "TextArea",
100 "dataFile" : "node_modules/components-data/textarea.json", 100 "dataFile" : "node_modules/components-data/textarea.json",
101 "component": "textarea" 101 "component": "textarea"