Skip to content

Commit

Permalink
fix selector ui
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwenxuan authored and zhouwenxuan committed Dec 25, 2024
1 parent 6630cb7 commit 7e25482
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/metadata/components/selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ const Selector = ({ options, settingKey, value, defaultValue, onChange }) => {
value={selectedOption}
options={options}
onChange={handelOnChange}
isSearchable={false}
isClearable={false}
menuPosition="absolute"
menuPortalTarget="sf-metadata-view-setting-panel"
/>
);
Expand Down

0 comments on commit 7e25482

Please sign in to comment.