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. |
||
|---|---|---|
| .. | ||
| steps | ||
| utilities | ||
| CreateImageWizard.scss | ||
| CreateImageWizard.tsx | ||
| EditImageWizard.tsx | ||
| ImportImageWizard.tsx | ||
| index.tsx | ||
| LabelInput.tsx | ||
| types.ts | ||
| UsrSubDirectoriesDisabled.tsx | ||
| ValidatedInput.tsx | ||
| validators.ts | ||