diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/api/api.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/api/api.tsx index 5db5dbdd0..e4d968c13 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/api/api.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/api/api.tsx @@ -28,7 +28,6 @@ interface ApiDeployProps { deploymentInfo: WorkflowDeploymentInfo | null isLoading: boolean needsRedeployment: boolean - apiDeployError: string | null getInputFormatExample: (includeStreaming?: boolean) => string selectedStreamingOutputs: string[] onSelectedStreamingOutputsChange: (outputs: string[]) => void @@ -63,7 +62,6 @@ export function ApiDeploy({ deploymentInfo, isLoading, needsRedeployment, - apiDeployError, getInputFormatExample, selectedStreamingOutputs, onSelectedStreamingOutputsChange, @@ -419,12 +417,6 @@ console.log(limits);` if (isLoading || !info) { return (