mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Merge branch 'master' into design/new-data-source+query-editor
This commit is contained in:
@@ -347,6 +347,10 @@ page-header, .page-header--new {
|
||||
}
|
||||
}
|
||||
|
||||
.filter-container {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
// Navigation
|
||||
.caret--nav {
|
||||
border-top: none;
|
||||
|
||||
@@ -290,6 +290,8 @@ function QueryViewCtrl(
|
||||
id: $scope.query.id,
|
||||
data_source_id: $scope.query.data_source_id,
|
||||
latest_query_data_id: null,
|
||||
}, (updatedQuery) => {
|
||||
$scope.query.version = updatedQuery.version;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user