Skip to content

Commit

Permalink
fix: add empty text
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Nov 8, 2023
1 parent 218c21d commit 2ebb55b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const ProgramSelect = ({
filterable
noMatchText={i18n.t('No programs found')}
prefix={prefix}
empty={i18n.t('No programs found')}
>
{programs?.map(({ id, name }) => (
<SingleSelectOption
Expand Down

0 comments on commit 2ebb55b

Please sign in to comment.