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:
parent
564a875dd9
commit
b11fbe42df
1 changed files with 1 additions and 1 deletions
|
|
@ -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/',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue