Skip to content

Commit c97bc69

Browse files
committed
fetch varible data in deploy modal
1 parent 7022b4c commit c97bc69

File tree

1 file changed

+1
-0
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/general

1 file changed

+1
-0
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/general/general.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ export function GeneralDeploy({
331331
{expandedSelectedBlockId && workflowToShow.blocks?.[expandedSelectedBlockId] && (
332332
<BlockDetailsSidebar
333333
block={workflowToShow.blocks[expandedSelectedBlockId]}
334+
workflowVariables={workflowToShow.variables}
334335
onClose={() => setExpandedSelectedBlockId(null)}
335336
/>
336337
)}

0 commit comments

Comments
 (0)