File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,9 @@ let ManageAppFields = ({
181
181
labelWidth = { DEFAULT_SETTINGS_LABEL_WIDTH }
182
182
label = { < Label
183
183
text = 'Clean up app'
184
- description = { < span > This will delete any files that < br /> are not referenced by any objects.</ span > } /> }
184
+ description = { < span > This will delete any files that are not referenced by any objects.
185
+ (Don't use the feature if you have Arrays of Files,< br /> or Files inside Object columns!)
186
+ </ span > } /> }
185
187
input = { < FormButton
186
188
onClick = { cleanUpFiles }
187
189
value = 'Clean Up Files' /> } />
@@ -542,7 +544,7 @@ export default class GeneralSettings extends DashboardView {
542
544
onCancel = { ( ) => this . setState ( { showPurgeFilesModal : false } ) }
543
545
onConfirm = { ( ) => this . context . currentApp . cleanUpFiles ( ) . then ( result => {
544
546
this . setState ( {
545
- cleanupFilesMessage : result . notice || 'Files will be deleted soon.. .',
547
+ cleanupFilesMessage : 'All set! Your files will be deleted soon.',
546
548
cleanupNoteColor : 'orange' ,
547
549
showPurgeFilesModal : false ,
548
550
} ) ;
You can’t perform that action at this time.
0 commit comments