From 26224671bb5ec068cec8abf3aebaff10ed473aad Mon Sep 17 00:00:00 2001 From: s8613 Date: Tue, 17 Jun 2025 11:45:54 +0200 Subject: [PATCH] Fixed change of tabs --- project/frontend/src/components/KennzahlenTable.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/project/frontend/src/components/KennzahlenTable.tsx b/project/frontend/src/components/KennzahlenTable.tsx index 4e8f565..784c976 100644 --- a/project/frontend/src/components/KennzahlenTable.tsx +++ b/project/frontend/src/components/KennzahlenTable.tsx @@ -38,12 +38,12 @@ interface KennzahlenTableProps { } export default function KennzahlenTable({ - onPageClick, - data, - pdfId, - settings, - from - }: KennzahlenTableProps) { + onPageClick, + data, + pdfId, + settings, + from +}: KennzahlenTableProps) { const [editingIndex, setEditingIndex] = useState(""); const [editValue, setEditValue] = useState(""); const [editingPageIndex, setEditingPageIndex] = useState("");