We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d7c21 commit 681435bCopy full SHA for 681435b
src/dashboard/Settings/GeneralSettings.react.js
@@ -219,7 +219,7 @@ let ManageAppFields = ({
219
<Fieldset
220
legend='App Management'
221
description='These options will affect your entire app.' >
222
- <Field
+ {/* <Field
223
labelWidth={DEFAULT_SETTINGS_LABEL_WIDTH}
224
label={<Label
225
text='Clean up app'
@@ -228,7 +228,7 @@ let ManageAppFields = ({
228
</span>} />}
229
input={<FormButton
230
onClick={cleanUpFiles}
231
- value='Clean Up Files'/>} />
+ value='Clean Up Files'/>} /> */}
232
{cleanUpFilesMessage ? <FormNote
233
show={true}
234
color={cleanUpMessageColor}>
0 commit comments