diff --git a/client-app/src/desktop/tabs/other/routing/AdvancedRoutingPanel.tsx b/client-app/src/desktop/tabs/other/routing/AdvancedRoutingPanel.tsx index ffdacd1ed..8039d3ff4 100644 --- a/client-app/src/desktop/tabs/other/routing/AdvancedRoutingPanel.tsx +++ b/client-app/src/desktop/tabs/other/routing/AdvancedRoutingPanel.tsx @@ -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);