Skip to content

Commit 425625e

Browse files
committed
Update placeholder
1 parent c68cb65 commit 425625e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/forms/project-access.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export function ProjectAccessAddUserSideModal({
7676
>
7777
<ListboxField
7878
name="identityId"
79+
placeholder={`Select a ${entityLabel}`}
7980
items={actors.map(actorToItem)}
8081
label={capitalize(entityLabel)}
8182
required

app/forms/silo-access.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export function SiloAccessAddUserSideModal({
7070
>
7171
<ListboxField
7272
name="identityId"
73+
placeholder={`Select a ${entityLabel}`}
7374
items={actors.map(actorToItem)}
7475
label={capitalize(entityLabel)}
7576
required

0 commit comments

Comments
 (0)