Fixed change of tabs
parent
615007b437
commit
26224671bb
|
|
@ -43,7 +43,7 @@ export default function KennzahlenTable({
|
||||||
pdfId,
|
pdfId,
|
||||||
settings,
|
settings,
|
||||||
from
|
from
|
||||||
}: KennzahlenTableProps) {
|
}: KennzahlenTableProps) {
|
||||||
const [editingIndex, setEditingIndex] = useState<string>("");
|
const [editingIndex, setEditingIndex] = useState<string>("");
|
||||||
const [editValue, setEditValue] = useState("");
|
const [editValue, setEditValue] = useState("");
|
||||||
const [editingPageIndex, setEditingPageIndex] = useState<string>("");
|
const [editingPageIndex, setEditingPageIndex] = useState<string>("");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue