From 02cc2b56d84e0458dcf9d388257e81620aacc934 Mon Sep 17 00:00:00 2001 From: Guillaume Paris Date: Fri, 22 Nov 2024 08:34:49 +0100 Subject: [PATCH] [frontend] fix response pie --- .../components/common/injects/ResponsePie.tsx | 2 +- openbas-front/yarn.lock | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/openbas-front/src/admin/components/common/injects/ResponsePie.tsx b/openbas-front/src/admin/components/common/injects/ResponsePie.tsx index c699104e26..c008385339 100644 --- a/openbas-front/src/admin/components/common/injects/ResponsePie.tsx +++ b/openbas-front/src/admin/components/common/injects/ResponsePie.tsx @@ -125,7 +125,7 @@ const ResponsePie: FunctionComponent = ({ )} ); - }, [immutable, theme, classes, displayHumanValidationBtn, humanValidationLink, pending]); + }, [immutable, theme, displayHumanValidationBtn, humanValidationLink, pending]); return ( diff --git a/openbas-front/yarn.lock b/openbas-front/yarn.lock index 2f6316ad92..aaea39eb4f 100644 --- a/openbas-front/yarn.lock +++ b/openbas-front/yarn.lock @@ -8922,7 +8922,7 @@ __metadata: qs: "npm:6.13.0" ramda: "npm:0.30.1" react: "npm:18.3.1" - react-apexcharts: "npm:1.5.0" + react-apexcharts: "patch:react-apexcharts@npm%3A1.5.0#~/.yarn/patches/react-apexcharts-npm-1.5.0-61b3dc052e.patch" react-color: "npm:2.19.3" react-csv: "npm:2.2.2" react-dom: "npm:18.3.1" @@ -9504,6 +9504,18 @@ __metadata: languageName: node linkType: hard +"react-apexcharts@patch:react-apexcharts@npm%3A1.5.0#~/.yarn/patches/react-apexcharts-npm-1.5.0-61b3dc052e.patch": + version: 1.5.0 + resolution: "react-apexcharts@patch:react-apexcharts@npm%3A1.5.0#~/.yarn/patches/react-apexcharts-npm-1.5.0-61b3dc052e.patch::version=1.5.0&hash=85e843" + dependencies: + prop-types: "npm:^15.8.1" + peerDependencies: + apexcharts: ^3.41.0 + react: ">=0.13" + checksum: 10c0/854d440acadd577735cdd11aafbf50eb1d2c77e14eff5157b191d89bdcf022fd041ae32189d43bd345ebb735e21fce81e1a04e6502430449d1b7cc488cc4c631 + languageName: node + linkType: hard + "react-color@npm:2.19.3": version: 2.19.3 resolution: "react-color@npm:2.19.3"