Skip to content

Commit acd137e

Browse files
committed
Fix updates dialog not closing after updating all if updates are ignores
1 parent eab4298 commit acd137e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/lib/components/modals/updates/UpdatesModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
}
112112
113113
onMount(() => {
114-
if (!$updates.length) {
114+
if (!$unignoredUpdates.length) {
115115
parent.onClose();
116116
}
117117
});

0 commit comments

Comments
 (0)