Failed to fetch Stack
; } - const config = (run.metadata?.config.settings as { [key: string]: any } | undefined) || {}; + const config = run.metadata?.config.settings || {}; - return{component.name}
-{component.id.split("-")[0]}
-{stack.name}
-{stack.id.split("-")[0]}
-- Current run-specific stack settings. Click on a component for full default settings. -
-{componentName}
+Something went wrong fetching the run
; const stackId = run.data?.resources?.stack?.id; - const config = (step.data.metadata?.config.settings as { [key: string]: any } | undefined) || {}; + const config = step.data.metadata?.config.settings || {}; if (!stackId) return ( @@ -39,7 +39,7 @@ export function StackTab({ stepId }: Props) { type StackTabContentProps = { stackId: string; - objectConfig: Record{title}
- {subtitle &&{subtitle}
} -{title}
+ {subtitle &&{subtitle}
} +Stack
+{stackName}
+Failed to fetch Stack
; } - return{componentName}
+{componentName}
+