Skip to content

Commit

Permalink
fix(advanced-routing): remove extraneous condition on parseRouteParams
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-xhio committed Mar 28, 2024
1 parent a6422e3 commit c521f59
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ class AdvancedRoutingPanelModel extends HoistModel {

@action
private async parseRouteParams() {
if (this.gridModel.empty) return;
const {groupBy, sortBy, selectedId} = XH.routerState.params;
if (groupBy) this.setGroupBy(groupBy);
if (sortBy) this.setSortBy(sortBy);
Expand Down

0 comments on commit c521f59

Please sign in to comment.