From fed7de866346e73333fe538670216d4ef14a8229 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 26 Jul 2026 16:10:14 +0100 Subject: [PATCH] Update JobInfo component to pass complete object data to DeployJob component - Modified the objectData prop in DeployJob to spread the properties from objectFormState, ensuring all relevant data is passed for deployment actions. --- src/components/Dashboard/Production/Jobs/JobInfo.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard/Production/Jobs/JobInfo.jsx b/src/components/Dashboard/Production/Jobs/JobInfo.jsx index 1341116..a6090ec 100644 --- a/src/components/Dashboard/Production/Jobs/JobInfo.jsx +++ b/src/components/Dashboard/Production/Jobs/JobInfo.jsx @@ -243,7 +243,7 @@ const JobInfo = () => { }} > { actionHandlerRef.current.clearAction() setDeployJobOpen(false)