fix: KÜ slotnummer in der Messkurven Modal
This commit is contained in:
@@ -4,7 +4,7 @@ import { goLoop } from "@/utils/goLoop";
|
||||
import { goTDR } from "@/utils/goTDR";
|
||||
|
||||
const handleRefreshClick = (
|
||||
activeButton: "Schleife" | "TDR",
|
||||
activeButton: "Schleife" | "TDR" | "ISO",
|
||||
slotIndex: number,
|
||||
setLoading: Dispatch<SetStateAction<boolean>>
|
||||
) => {
|
||||
@@ -13,6 +13,7 @@ const handleRefreshClick = (
|
||||
} else if (activeButton === "TDR") {
|
||||
goTDR(slotIndex, setLoading);
|
||||
}
|
||||
// ISO has no refresh functionality
|
||||
};
|
||||
|
||||
export default handleRefreshClick;
|
||||
|
||||
Reference in New Issue
Block a user