diff --git a/frontend/src/lib/components/common/popup/PopupV2.svelte b/frontend/src/lib/components/common/popup/PopupV2.svelte index 425a09908a..56fd865bd8 100644 --- a/frontend/src/lib/components/common/popup/PopupV2.svelte +++ b/frontend/src/lib/components/common/popup/PopupV2.svelte @@ -51,7 +51,7 @@ onClickOutside: () => (open = false) }} > - {@render children?.({ close: () => close(null) })} + {@render children?.({ close: () => close() })} {/if}