Update src/lib/components/customId.svelte

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
This commit is contained in:
Nikhil anand
2023-10-18 17:44:30 +05:30
committed by GitHub
co-authored by Torsten Dittmann
parent 97086a5b24
commit 135ace3db0
+1 -1
View File
@@ -29,7 +29,7 @@
</svelte:fragment>
<svelte:fragment slot="content">
<div class="form">
{#if isProject === true}
{#if isProject}
<InputProjectId bind:value={id} {autofocus} />
{:else}
<InputId bind:value={id} {autofocus} />