Skip to content

Commit

Permalink
Fix default sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Aug 12, 2024
1 parent f7c7a7a commit 75f36db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const BottomBarContainer = ({
const [sortModel, setSortModel] = useState<GridSortModel>([
{
field: "original_name",
sort: "desc",
sort: "asc",
},
]);
const { featureIds } = useContext(FilterContext);
Expand Down

0 comments on commit 75f36db

Please sign in to comment.