Skip to content

Commit

Permalink
fix: remove duplicate handleSorting call
Browse files Browse the repository at this point in the history
  • Loading branch information
Saelmala committed Aug 28, 2024
1 parent 2446174 commit 10ff1b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/filter/FilterDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ function FilterDropdown({
value={selectedValue}
onChange={(e) => {
setSelectedValue(e.target.value);
handleSorting(reverseSortOrder);
}}
options={[
t('inventory_list.no_sorting_applied'),
Expand Down

0 comments on commit 10ff1b5

Please sign in to comment.