This commit is contained in:
Guilhem
2026-02-17 10:03:19 +00:00
parent 945188d7ad
commit 09d280c802
+2 -2
View File
@@ -137,7 +137,7 @@
placeholder={emailsLoading ? 'Loading...' : 'Select or type an email'}
loading={emailsLoading}
disablePortal={true}
error={displayEmailError}
error={!!displayEmailError}
/>
{:else}
<TextInput
@@ -147,7 +147,7 @@
placeholder: 'email'
}}
bind:value={email}
error={displayEmailError}
error={displayEmailError ?? ''}
/>
{/if}
<InputError error={displayEmailError} />