mirror of
https://github.com/getredash/redash.git
synced 2025-12-20 09:57:35 -05:00
disable reloadOnSearch for /dashboard. fixes #265
This commit is contained in:
@@ -37,7 +37,8 @@ angular.module('redash', [
|
||||
|
||||
$routeProvider.when('/dashboard/:dashboardSlug', {
|
||||
templateUrl: '/views/dashboard.html',
|
||||
controller: 'DashboardCtrl'
|
||||
controller: 'DashboardCtrl',
|
||||
reloadOnSearch: false
|
||||
});
|
||||
$routeProvider.when('/queries', {
|
||||
templateUrl: '/views/queries.html',
|
||||
|
||||
Reference in New Issue
Block a user