Fixed change of tabs

pull/78/head
s8613 2025-06-17 11:45:54 +02:00
parent 615007b437
commit 26224671bb
1 changed files with 6 additions and 6 deletions

View File

@ -43,7 +43,7 @@ export default function KennzahlenTable({
pdfId,
settings,
from
}: KennzahlenTableProps) {
}: KennzahlenTableProps) {
const [editingIndex, setEditingIndex] = useState<string>("");
const [editValue, setEditValue] = useState("");
const [editingPageIndex, setEditingPageIndex] = useState<string>("");