From e18c0082318c647fef38e9a96855f70a2364f37f Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 29 Sep 2025 12:45:40 -0500 Subject: [PATCH] refactor(lstv2): changes to point to the new url of the docs --- .../materialHelper/consumption/TransferToNextLot.tsx | 6 +++--- lstV2/frontend/src/routes/__root.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lstV2/frontend/src/components/logistics/materialHelper/consumption/TransferToNextLot.tsx b/lstV2/frontend/src/components/logistics/materialHelper/consumption/TransferToNextLot.tsx index 8d0a4b1..c16ec5e 100644 --- a/lstV2/frontend/src/components/logistics/materialHelper/consumption/TransferToNextLot.tsx +++ b/lstV2/frontend/src/components/logistics/materialHelper/consumption/TransferToNextLot.tsx @@ -23,7 +23,7 @@ export default function TransferToNextLot() { const [typeSwitch, setTypeSwitch] = useState(false); const { settings } = useSettingStore(); - const server = settings.filter((n: any) => n.name === "dbServer"); + const server = settings.filter((n: any) => n.name === "plantToken"); const form = useAppForm({ defaultValues: { runningNumber: "", @@ -319,7 +319,7 @@ export default function TransferToNextLot() { you will be - transfering + transferring at EOM, NOTE: @@ -407,7 +407,7 @@ export default function TransferToNextLot() { For more in depth instructions please{" "} CLICK HERE diff --git a/lstV2/frontend/src/routes/__root.tsx b/lstV2/frontend/src/routes/__root.tsx index 04db3ab..b310566 100644 --- a/lstV2/frontend/src/routes/__root.tsx +++ b/lstV2/frontend/src/routes/__root.tsx @@ -41,7 +41,7 @@ export const Route = createRootRoute({ const location = useLocation(); const { settings } = useSettingStore(); - const server = settings.filter((n: any) => n.name === "dbServer"); + const server = settings.filter((n: any) => n.name === "plantToken"); return (