Pārlūkot izejas kodu

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

componentDidMount() {
    requestAnimationFrame(() => {
      this.getLengendData();
    });
  }
拷钉 8 gadi atpakaļ
vecāks
revīzija
02f062408f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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();
     });
   }