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 669b581 commit 78ed6efCopy full SHA for 78ed6ef
libs/remix-ui/file-explorer/src/lib/file-explorer.tsx
@@ -360,7 +360,7 @@ export const FileExplorer = (props: FileExplorerProps) => {
360
return { ...prevState, focusElement: [{ key: newFolderPath, type: 'folder' }] }
361
})
362
} catch (e) {
363
- return modal('File Creation Failed', e.message, {
+ return modal('Folder Creation Failed', e.message, {
364
label: 'Close',
365
fn: async () => {}
366
}, null)
0 commit comments