Skip to content

Commit

Permalink
Set default time range of query search to the past month (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
vera-liu committed Feb 14, 2017
1 parent 83ef8a2 commit 2f05efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/assets/javascripts/SqlLab/components/QuerySearch.jsx
Expand Up @@ -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,
Expand Down

0 comments on commit 2f05efa

Please sign in to comment.