cloudConfigSlice: add new slice

This commit is contained in:
Gianluca Zuccarelli 2025-04-14 16:22:49 +00:00 committed by Sanne Raymaekers
parent 719ee1a024
commit 1e545af0c7
3 changed files with 43 additions and 2 deletions

View file

@ -387,7 +387,7 @@ const CreateImageWizard = ({ isEdit }: CreateImageWizardProps) => {
id="step-target-environment"
isHidden={
!targetEnvironments.find(
(target) =>
(target: string) =>
target === 'aws' || target === 'gcp' || target === 'azure'
)
}