mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Added timeout option for notification component
This commit is contained in:
parent
bef38c670c
commit
44ccb1eec1
3 changed files with 27 additions and 7 deletions
|
|
@ -51,7 +51,7 @@
|
|||
onMount(() => {
|
||||
setTimeout(() => {
|
||||
notificationController.removeNotificationById(notificationInfo.id);
|
||||
}, 3000);
|
||||
}, notificationInfo.timeout);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue