Fix: Import-collection select-location Modal closes on error

This commit is contained in:
ramki-bruno
2025-04-22 01:54:41 +05:30
parent 531b89fb60
commit 4d4b375f78

View File

@@ -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.');
});