mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 06:54:54 +02:00
close import dialog after invalidateAll
This commit is contained in:
@@ -75,10 +75,10 @@
|
||||
if (errored) {
|
||||
toast.error('Failed to import');
|
||||
} else {
|
||||
dialogOpen = false;
|
||||
toast.success('Imported successfully!');
|
||||
}
|
||||
await invalidateAll();
|
||||
dialogOpen = false;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user