Modify modal title

pull/1052/head
ioedeveloper 4 years ago
parent 669b581c0e
commit 78ed6ef7ca
  1. 2
      libs/remix-ui/file-explorer/src/lib/file-explorer.tsx

@ -360,7 +360,7 @@ export const FileExplorer = (props: FileExplorerProps) => {
return { ...prevState, focusElement: [{ key: newFolderPath, type: 'folder' }] }
})
} catch (e) {
return modal('File Creation Failed', e.message, {
return modal('Folder Creation Failed', e.message, {
label: 'Close',
fn: async () => {}
}, null)

Loading…
Cancel
Save