We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68cb65 commit 425625eCopy full SHA for 425625e
2 files changed
app/forms/project-access.tsx
@@ -76,6 +76,7 @@ export function ProjectAccessAddUserSideModal({
76
>
77
<ListboxField
78
name="identityId"
79
+ placeholder={`Select a ${entityLabel}`}
80
items={actors.map(actorToItem)}
81
label={capitalize(entityLabel)}
82
required
app/forms/silo-access.tsx
@@ -70,6 +70,7 @@ export function SiloAccessAddUserSideModal({
70
71
72
73
74
75
0 commit comments