Browse Source

Initial range

afc163 8 years ago
parent
commit
d1596ea90f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/routes/Dashboard/Analysis.js

+ 1 - 1
src/routes/Dashboard/Analysis.js

@@ -29,7 +29,7 @@ export default class Analysis extends Component {
   state = {
     salesType: 'all',
     currentTabKey: '',
-    rangePickerValue: [],
+    rangePickerValue: getTimeDistance('year'),
   }
 
   componentDidMount() {