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 26, 2024
1 parent 6616260 commit eaba6a6
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 eaba6a6

Please sign in to comment.