File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -115,16 +115,6 @@ let AppInformationFields = ({
115115 value = { appName }
116116 onChange = { setAppName } />
117117 } />
118- < Field
119- labelWidth = { 58 }
120- label = { < Label
121- text = 'In production?'
122- description = '(On back4app, this switch is temporarily disabled)' /> }
123- input = { < Toggle
124- value = { inProduction }
125- type = { Toggle . Types . YES_NO }
126- onChange = { ( ) => { } } />
127- } />
128118</ Fieldset > ;
129119
130120let CollaboratorsFields = ( {
@@ -229,7 +219,7 @@ let ManageAppFields = ({
229219 < Fieldset
230220 legend = 'App Management'
231221 description = 'These options will affect your entire app.' >
232- < Field
222+ { /* <Field
233223 labelWidth={DEFAULT_SETTINGS_LABEL_WIDTH}
234224 label={<Label
235225 text='Clean up app'
@@ -238,7 +228,7 @@ let ManageAppFields = ({
238228 </span>} />}
239229 input={<FormButton
240230 onClick={cleanUpFiles}
241- value = 'Clean Up Files' /> } />
231+ value='Clean Up Files'/> } /> */ }
242232 { cleanUpFilesMessage ? < FormNote
243233 show = { true }
244234 color = { cleanUpMessageColor } >
You can’t perform that action at this time.
0 commit comments