Set default time range of query search to the past month (#2162)

This commit is contained in:
vera-liu
2017-02-13 17:16:09 -08:00
committed by GitHub
parent 83ef8a2e12
commit 2f05efaf12

View File

@@ -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,