Skip to content

Commit

Permalink
remove stack by x
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed Apr 12, 2022
1 parent 6340339 commit fd3f837
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export const StackByComboBox: React.FC<StackedBySelectProps> = ({ selected, onSe
placeholder={i18n.STACK_BY_PLACEHOLDER}
prepend={i18n.STACK_BY_LABEL}
singleSelection={singleSelection}
isClearable={false}
sortMatchesBy="startsWith"
options={stackOptions}
selectedOptions={selectedOptions}
Expand Down

0 comments on commit fd3f837

Please sign in to comment.