We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da811a commit e632e5dCopy full SHA for e632e5d
src/Components/CreateImageWizard/steps/Registration/ActivationKeysList.tsx
@@ -166,12 +166,12 @@ const ActivationKeysList = () => {
166
name: defaultActivationKeyName,
167
serviceLevel: 'Self-Support',
168
},
169
- });
+ }).unwrap();
170
+
171
window.localStorage.setItem(
172
'imageBuilder.recentActivationKey',
173
defaultActivationKeyName
174
);
- refetch();
175
dispatch(changeActivationKey(defaultActivationKeyName));
176
} catch (error) {
177
dispatch(
0 commit comments