diff --git a/packages/bruno-app/src/components/Sidebar/TitleBar/index.js b/packages/bruno-app/src/components/Sidebar/TitleBar/index.js index e0b89b55d..1adfd3366 100644 --- a/packages/bruno-app/src/components/Sidebar/TitleBar/index.js +++ b/packages/bruno-app/src/components/Sidebar/TitleBar/index.js @@ -34,7 +34,6 @@ const TitleBar = () => { toast.success('Collection imported successfully'); }) .catch((err) => { - setImportCollectionLocationModalOpen(false); console.error(err); toast.error('An error occurred while importing the collection. Check the logs for more information.'); });