[POR-437] Add casing to disable form on preview revisions over Expanded Chart
@@ -855,6 +855,7 @@ const ExpandedChart: React.FC<Props> = (props) => {
}}
renderTabContents={renderTabContents}
isReadOnly={
+ isPreview ||
imageIsPlaceholder ||
!isAuthorized("application", "", ["get", "update"])
}