debian-image-builder-frontend/src/Components/CreateImageWizard
Katarina Sieklova 17f975e0ef Wizard: race condition with activation key
Fixes #2961

Activation key loads in background even if a user skips to the review step.
The unwrap is there to extract only the actual response data, if the query fails, the exception will be caught in the catch block anyways, so there was no need to keep the whole action object.
And the refetch was being called before the createActivationKey query was initiallized, throwing an error and not letting the async query in try block to finish fetching the activation key.
2025-03-25 11:15:03 +01:00
..
steps Wizard: race condition with activation key 2025-03-25 11:15:03 +01:00
utilities Wizard: Show "Strong" label only for Azure when password meets criteria 2025-03-21 15:51:32 +01:00
CreateImageWizard.scss Wizard: Remove obsolete css 2025-02-24 11:12:22 +02:00
CreateImageWizard.tsx Wizard: Add password validation in User step 2025-03-20 13:28:46 +01:00
EditImageWizard.tsx store/cockpitApi: get blueprint endpoint 2025-01-27 17:03:06 +01:00
ImportImageWizard.tsx src: Rename "V2" folders to just Wizard 2024-07-17 11:17:06 +02:00
index.tsx src: Rename "V2" folders to just Wizard 2024-07-17 11:17:06 +02:00
LabelInput.tsx Wizard: Rename ChippingInput to LabelInput 2025-03-05 14:00:09 -06:00
types.ts api: union undefined 2024-12-06 12:02:34 -06:00
UsrSubDirectoriesDisabled.tsx src: Rename "V2" folders to just Wizard 2024-07-17 11:17:06 +02:00
ValidatedInput.tsx Wizard: Add password validation in User step 2025-03-20 13:28:46 +01:00
validators.ts Wizard: Refactor Description input using new component 2025-03-17 15:48:29 +01:00