Fixed change of tabs
parent
615007b437
commit
26224671bb
|
|
@ -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>("");
|
||||
|
|
|
|||
Loading…
Reference in New Issue