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 bcd8d034a6
commit 871c683d8c

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