From 59632c30605d5c980ec1dc14003d3d836d4c6f69 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 30 Nov 2025 00:15:44 +0000 Subject: [PATCH] Set FilamentStockInfo component's disabled prop to true --- .../Dashboard/Inventory/FilamentStocks/FilamentStockInfo.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard/Inventory/FilamentStocks/FilamentStockInfo.jsx b/src/components/Dashboard/Inventory/FilamentStocks/FilamentStockInfo.jsx index 39cc9a9..d1f80c2 100644 --- a/src/components/Dashboard/Inventory/FilamentStocks/FilamentStockInfo.jsx +++ b/src/components/Dashboard/Inventory/FilamentStocks/FilamentStockInfo.jsx @@ -113,7 +113,7 @@ const FilamentStockInfo = () => { }} editLoading={objectFormState.editLoading} formValid={objectFormState.formValid} - disabled={objectFormState.lock?.locked || objectFormState.loading} + disabled={true} loading={objectFormState.editLoading} />