mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: use template const for popover props with email input
This commit is contained in:
@@ -11,10 +11,7 @@
|
||||
{/each}
|
||||
|
||||
{#if image}
|
||||
<ImagePreview
|
||||
darkSrc={image.src.dark}
|
||||
lightSrc={image.src.light}
|
||||
alt={image.alt} />
|
||||
<ImagePreview darkSrc={image.src.dark} lightSrc={image.src.light} alt={image.alt} />
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
placeholder={input.placeholder}
|
||||
required={!input.optional}
|
||||
{popover}
|
||||
popoverProps={getPopoverProps(input)}
|
||||
{popoverProps}
|
||||
bind:value={params[input.name]}>
|
||||
</InputEmail>
|
||||
{:else if input.type === 'domain'}
|
||||
|
||||
Reference in New Issue
Block a user