Skip to content

Commit

Permalink
Removing [BETA] in the dropdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinesullivan committed Dec 20, 2023
1 parent 5c4e778 commit 12fb92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/search/components/SearchByOptions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const SearchByOptions = ({ activeDatastore, fields }) => {
<optgroup label='Search by'>
{listOptions(searchByOptions)}
</optgroup>
<optgroup label='Browse by [BETA]'>
<optgroup label='Browse by'>
{listOptions(browseByOptions)}
</optgroup>
</>
Expand Down

0 comments on commit 12fb92d

Please sign in to comment.