We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6975e95 commit cc2acb8Copy full SHA for cc2acb8
lib/osf-components/addon/components/addons-service/manager/component.ts
@@ -256,7 +256,7 @@ export default class AddonsServiceManagerComponent extends Component<Args> {
256
if (this.selectedProvider) {
257
const newAccount = await taskFor(this.createAuthorizedAccount).perform(arg);
258
if (newAccount) {
259
- await taskFor(this.createConfiguredAddon).perform(newAccount);
+ this.selectedAccount = newAccount;
260
this.pageMode = PageMode.CONFIGURE;
261
}
262
0 commit comments