Skip to content

Commit 953ee6a

Browse files
committed
ensure MCP add server tool is centered
1 parent 18b80c8 commit 953ee6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ export function DeployModal({
734734
)}
735735
</ModalTabsContent> */}
736736

737-
<ModalTabsContent value='mcp'>
737+
<ModalTabsContent value='mcp' className='h-full'>
738738
{workflowId && (
739739
<McpDeploy
740740
workflowId={workflowId}

0 commit comments

Comments
 (0)