Explorar el Código

getLengendData()->getLegendData() (#1392)

componentDidMount() {
    requestAnimationFrame(() => {
      this.getLengendData();
    });
  }
拷钉 hace 8 años
padre
commit
02f062408f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Charts/Radar/index.js

+ 1 - 1
src/components/Charts/Radar/index.js

@@ -13,7 +13,7 @@ export default class Radar extends Component {
 
   componentDidMount() {
     requestAnimationFrame(() => {
-      this.getLengendData();
+      this.getLegendData();
     });
   }