Skip to content

Commit b88d94a

Browse files
committed
Use setAppState instead of replaceUrlAppState
1 parent ac73b6a commit b88d94a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/plugins/discover/public/application/angular

src/plugins/discover/public/application/angular/discover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ function discoverController($element, $route, $scope, $timeout, $window, Promise
301301
$scope.state.sort,
302302
config.get(MODIFY_COLUMNS_ON_SWITCH)
303303
);
304-
await replaceUrlAppState(nextAppState);
304+
await setAppState(nextAppState);
305305
$route.reload();
306306
}
307307
};

0 commit comments

Comments
 (0)