Skip to content

Commit eaba6a6

Browse files
committed
fix(advanced-routing): remove extraneous condition on parseRouteParams
1 parent 6616260 commit eaba6a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client-app/src/desktop/tabs/other/routing/AdvancedRoutingPanel.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ class AdvancedRoutingPanelModel extends HoistModel {
155155

156156
@action
157157
private async parseRouteParams() {
158-
if (this.gridModel.empty) return;
159158
const {groupBy, sortBy, selectedId} = XH.routerState.params;
160159
if (groupBy) this.setGroupBy(groupBy);
161160
if (sortBy) this.setSortBy(sortBy);

0 commit comments

Comments
 (0)