@@ -236,7 +236,7 @@ class RevisionSection extends Component<PropsType, StateType> {
"get",
"update",
]) ||
- this.props.chart.is_stack
+ !!this.props.chart.stack_id?.length
}
onClick={() =>
this.setState({ rollbackRevision: revision.version })
@@ -209,7 +209,7 @@ const SettingsSection: React.FC<PropsType> = ({
console.log(PORTER_IMAGE_TEMPLATES.includes(selectedImageUrl));
return (
<>
- {!currentChart.is_stack &&
+ {!currentChart.stack_id?.length &&
!PORTER_IMAGE_TEMPLATES.includes(selectedImageUrl) ? (
<Heading>Source Settings</Heading>