esLint
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
// components/main/kabelueberwachung/kue705FO/handlers/handleCloseChartModal.ts
|
||||
import { Chart } from "chart.js";
|
||||
|
||||
const handleCloseChartModal = (
|
||||
setShowChartModal: (value: boolean) => void,
|
||||
chartInstance: any
|
||||
chartInstance: React.MutableRefObject<Chart | null>
|
||||
) => {
|
||||
if (chartInstance.current) {
|
||||
console.log("Chart wird beim Schließen des Modals zerstört.");
|
||||
|
||||
Reference in New Issue
Block a user