Skip to content

Commit 78ed6ef

Browse files
committed
Modify modal title
1 parent 669b581 commit 78ed6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/file-explorer/src/lib/file-explorer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ export const FileExplorer = (props: FileExplorerProps) => {
360360
return { ...prevState, focusElement: [{ key: newFolderPath, type: 'folder' }] }
361361
})
362362
} catch (e) {
363-
return modal('File Creation Failed', e.message, {
363+
return modal('Folder Creation Failed', e.message, {
364364
label: 'Close',
365365
fn: async () => {}
366366
}, null)

0 commit comments

Comments
 (0)