LaunchWizard: Correct architecture prop
The `<LaunchWizard>` architecture prop was specified incorrectly, which caused the Instance dropdown in the Launch wizard to fail to load instance types.
This commit is contained in:
parent
adaec7e34d
commit
99ae627007
1 changed files with 1 additions and 2 deletions
|
|
@ -130,8 +130,7 @@ const ProvisioningLink = ({
|
|||
image={{
|
||||
name: compose.image_name || compose.id,
|
||||
id: compose.id,
|
||||
architecture:
|
||||
compose.request.image_requests[0].upload_request.options,
|
||||
architecture: compose.request.image_requests[0].architecture,
|
||||
provider: provider,
|
||||
sourceIDs: sourceIds,
|
||||
accountIDs: accountIds,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue