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:
lucasgarfield 2023-09-18 15:59:50 +02:00 committed by Lucas Garfield
parent adaec7e34d
commit 99ae627007

View file

@ -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,