Skip to content

Commit

Permalink
Enable Advanced Settings for Multi Cluster (#3771)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdess09 authored Oct 9, 2023
1 parent 9d367d1 commit c3a214a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/ProvisionerSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ const ProvisionerSettings: React.FC<Props> = (props) => {
label="📍 AWS region" />
<>
{
user?.isPorterUser && renderAdvancedSettings()
(user?.isPorterUser || currentProject?.multi_cluster) && renderAdvancedSettings()
}
</>
</>,
Expand Down

0 comments on commit c3a214a

Please sign in to comment.