diff --git a/frontend/src/lib/features/auth/components/profile-select.svelte b/frontend/src/lib/features/auth/components/profile-select.svelte index fde65bd..5fc56dd 100644 --- a/frontend/src/lib/features/auth/components/profile-select.svelte +++ b/frontend/src/lib/features/auth/components/profile-select.svelte @@ -10,7 +10,7 @@ let { token }: { token?: string } = $props(); const handle_submit: SubmitFunction = async () => { - return async ({ formData }) => { + return async () => { // re-run load functions and close this modal // await invalidateAll(); };