mirror of
https://github.com/immich-app/immich.git
synced 2025-11-23 16:50:54 +09:00
chore(web): upgrade dependencies (#7471)
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
}
|
||||
};
|
||||
|
||||
let removeNotificationTimeout: NodeJS.Timeout | undefined;
|
||||
let removeNotificationTimeout: ReturnType<typeof setTimeout> | undefined;
|
||||
|
||||
onMount(() => {
|
||||
removeNotificationTimeout = setTimeout(discard, notificationInfo.timeout);
|
||||
|
||||
Reference in New Issue
Block a user