Skip to content

Commit

Permalink
Solved Issue plone#5400
Browse files Browse the repository at this point in the history
  • Loading branch information
pranayjoshi committed Nov 25, 2023
1 parent 8784fbc commit e9252de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/manage/Blocks/Search/components/SortOn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ const SortOn = (props) => {
value: k,
label: sortable_indexes[k]?.title || k,
})),
]}
]}w
isSearchable={false}
value={value}
label={"Sory by Dropdown"}
onChange={(data) => {
!isEditMode && setSortOn(data.value);
}}
Expand Down

0 comments on commit e9252de

Please sign in to comment.