Skip to content

Commit

Permalink
OM-282: fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Sep 10, 2024
1 parent 676baa7 commit 2ac9f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pickers/WorkerMultiplePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function WorkerMultiplePicker({
searchString.length < WORKER_THRESHOLD
? formatMessage('workerVoucher.WorkerMultiplePicker.underThreshold')
: formatMessage('workerVoucher.WorkerMultiplePicker.noOptions')
}
}
filterSelectedOptions={filterSelectedOptions}
onInputChange={(_, newInputValue) => setSearchString(newInputValue)} // Update the search string
setCurrentString={setSearchString}
Expand Down

0 comments on commit 2ac9f81

Please sign in to comment.