mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Added timeout option for notification component
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
onMount(() => {
|
||||
setTimeout(() => {
|
||||
notificationController.removeNotificationById(notificationInfo.id);
|
||||
}, 3000);
|
||||
}, notificationInfo.timeout);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user