diff --git a/packages/ui/src/components/session/DirectoryExplorerDialog.tsx b/packages/ui/src/components/session/DirectoryExplorerDialog.tsx index 1eb1c51a..fa7e61cc 100644 --- a/packages/ui/src/components/session/DirectoryExplorerDialog.tsx +++ b/packages/ui/src/components/session/DirectoryExplorerDialog.tsx @@ -497,7 +497,6 @@ export const DirectoryExplorerDialog: React.FC = ( } else if (shouldCreateTarget && normalizeDirectoryPath(target) === normalizeDirectoryPath(targetPath)) { await opencodeClient.createDirectory(target); } - } const project = await addProject(selectedTarget); if (!project) { toast.error(t('directoryExplorerDialog.toast.failedToAddProject'), {