diff --git a/src/Components/CreateImageWizard/steps/fileSystemConfiguration.js b/src/Components/CreateImageWizard/steps/fileSystemConfiguration.js index 644f96e2..d885a85e 100644 --- a/src/Components/CreateImageWizard/steps/fileSystemConfiguration.js +++ b/src/Components/CreateImageWizard/steps/fileSystemConfiguration.js @@ -125,7 +125,8 @@ const fileSystemConfigurationStep = { ), condition: { - or: [{ when: 'file-system-config-radio', is: 'automatic' }], + when: 'file-system-config-radio', + is: 'automatic', }, }, ],