Skip to content

Commit

Permalink
change text box
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Jan 12, 2024
1 parent 3422121 commit a0a87c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const CreateMetaAnalysisSpecificationSelectionStepMultiGroup: React.FC<{
}}
>
<NeurosynthAutocomplete
label="Select value to filter on"
label="Select reference group"
groupBy={(option) => option?.type || ''}
shouldDisable={false}
isOptionEqualToValue={(option, value) => option?.label === value?.label}
Expand Down

0 comments on commit a0a87c8

Please sign in to comment.