Skip to content

Commit 81485ee

Browse files
committed
fix search group placeholder
1 parent 6dc4760 commit 81485ee

File tree

1 file changed

+1
-1
lines changed
  • src/components/ChallengeEditor/Groups-Field

1 file changed

+1
-1
lines changed

src/components/ChallengeEditor/Groups-Field/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const GroupsField = ({ onUpdateMultiSelect, challenge }) => {
5050
}}
5151
simpleValue
5252
value={groups}
53-
placeholder='Select groups'
53+
placeholder='Search groups'
5454
onChange={(e) => {
5555
onUpdateMultiSelect(e, 'groups')
5656
setGroups(e)

0 commit comments

Comments
 (0)