Explorar el Código

Initial range

afc163 hace 8 años
padre
commit
d1596ea90f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {