diff --git a/packages/shared-auth-ui/src/components/AuthGateModal.svelte b/packages/shared-auth-ui/src/components/AuthGateModal.svelte index c6faeb4df..29849f8eb 100644 --- a/packages/shared-auth-ui/src/components/AuthGateModal.svelte +++ b/packages/shared-auth-ui/src/components/AuthGateModal.svelte @@ -135,7 +135,7 @@ }); // Icon for action type - const ActionIcon = $derived(() => { + const actionIcon = $derived.by(() => { switch (action) { case 'save': return CloudArrowUp; @@ -235,8 +235,7 @@