fetch varible data in deploy modal

This commit is contained in:
waleed
2026-01-09 11:56:50 -08:00
parent 7022b4ca18
commit c97bc69db8

View File

@@ -331,6 +331,7 @@ export function GeneralDeploy({
{expandedSelectedBlockId && workflowToShow.blocks?.[expandedSelectedBlockId] && (
<BlockDetailsSidebar
block={workflowToShow.blocks[expandedSelectedBlockId]}
workflowVariables={workflowToShow.variables}
onClose={() => setExpandedSelectedBlockId(null)}
/>
)}