fix undefined error
This commit is contained in:
parent
7a39a8474c
commit
9a9ae0e127
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
name="participants"
|
name="participants"
|
||||||
id="participants"
|
id="participants"
|
||||||
class="justify-self-start"
|
class="justify-self-start"
|
||||||
value={data?.participants?.[idx].email}
|
value={data?.participants?.[idx]?.email}
|
||||||
/>
|
/>
|
||||||
{/each}
|
{/each}
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Add table
Reference in a new issue