mirror of
https://github.com/apache/superset.git
synced 2026-04-10 03:45:22 +00:00
Set default time range of query search to the past month (#2162)
This commit is contained in:
@@ -21,8 +21,8 @@ class QuerySearch extends React.PureComponent {
|
||||
databaseId: null,
|
||||
userId: null,
|
||||
searchText: null,
|
||||
from: null,
|
||||
to: null,
|
||||
from: '28 days ago',
|
||||
to: 'now',
|
||||
status: 'success',
|
||||
queriesArray: [],
|
||||
queriesLoading: true,
|
||||
|
||||
Reference in New Issue
Block a user