createimagewizard: clear subscription data

Clear subscription data when centos release is selected.
Fixes #787
This commit is contained in:
Chloe Kaubisch 2022-09-26 13:26:08 +02:00 committed by Sanne Raymaekers
parent a17a759d5e
commit ae69466af4

View file

@ -44,6 +44,8 @@ export default {
condition: {
when: 'release',
pattern: /centos-*/,
then: { set: { 'register-system': null } },
else: { visible: false },
},
},
{