CreateImageWizard: Pass organization as a number

This should be changed in the api. But will take some more work. For now
just pass it as a number, that is what the api expects at this point in time.
This commit is contained in:
Sanne Raymaekers 2021-05-19 16:45:03 +02:00
parent 564a875dd9
commit b11fbe42df

View file

@ -122,7 +122,7 @@ class CreateImageWizard extends Component {
customizations.subscription = {
'activation-key': this.props.subscription.activationKey,
insights: this.props.subscription.insights,
organization: this.props.subscription.organization,
organization: Number(this.props.subscription.organization),
'server-url': 'subscription.rhsm.redhat.com',
'base-url': 'https://cdn.redhat.com/',
};