diff --git a/frontend/src/routes/_old/old/-components/logistics/materialHelper/consumption/TransferToNextLot.tsx b/frontend/src/routes/_old/old/-components/logistics/materialHelper/consumption/TransferToNextLot.tsx index 18aaac5..b562ad1 100644 --- a/frontend/src/routes/_old/old/-components/logistics/materialHelper/consumption/TransferToNextLot.tsx +++ b/frontend/src/routes/_old/old/-components/logistics/materialHelper/consumption/TransferToNextLot.tsx @@ -19,7 +19,7 @@ import { LstCard } from "../../../extendedUi/LstCard"; export default function TransferToNextLot() { const [gaylordFilled, setGaylordFilled] = useState([0]); const [actualAmount, setActualAmount] = useState(0); - const [tab, setTab] = useState("esitmate"); + const [tab, setTab] = useState("estimate"); const [typeSwitch, setTypeSwitch] = useState(false); const { settings } = useSettingStore();