Added select no POC option
This commit is contained in:
@@ -572,6 +572,7 @@ function send_sign_in_poc_email(
|
|||||||
bind:value={ae_tmp.poc_person_id}
|
bind:value={ae_tmp.poc_person_id}
|
||||||
class="select min-w-fit max-w-md text-sm"
|
class="select min-w-fit max-w-md text-sm"
|
||||||
>
|
>
|
||||||
|
<option value="">-- Select a person --</option>
|
||||||
{#each person_obj_li as person_obj}
|
{#each person_obj_li as person_obj}
|
||||||
<option
|
<option
|
||||||
value={person_obj.person_id_random}
|
value={person_obj.person_id_random}
|
||||||
|
|||||||
Reference in New Issue
Block a user