File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/app/src/app/pages/Sandbox/Editor/Workspace/screens/Explorer/Files/DirectoryEntry Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,11 @@ const DirectoryEntry: React.FunctionComponent<Props> = ({
325325 />
326326 </ EntryContainer >
327327 ) }
328+ < DirectoryEntryModal
329+ isOpen = { Boolean ( modalConfirm ) }
330+ onClose = { closeModals }
331+ { ...modalConfirm }
332+ />
328333 { open && (
329334 < Opener open = { open } >
330335 { creating === 'directory' && (
@@ -350,11 +355,6 @@ const DirectoryEntry: React.FunctionComponent<Props> = ({
350355 discardModuleChanges = { confirmDiscardChanges }
351356 getModulePath = { getModulePath }
352357 />
353- < DirectoryEntryModal
354- isOpen = { Boolean ( modalConfirm ) }
355- onClose = { closeModals }
356- { ...modalConfirm }
357- />
358358 { creating === 'module' && (
359359 < Entry
360360 id = ""
You can’t perform that action at this time.
0 commit comments