Skip to content

Commit

Permalink
fix: Linkedin Connector - Meeds-io/MIPs#141
Browse files Browse the repository at this point in the history
Work in Progress
  • Loading branch information
sergeByishimo committed Sep 17, 2024
1 parent 8c35ab3 commit 11c5c8f
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,10 @@ export default {
this.displayNotificationAlert(error.message, 'error');
this.editAccessToken();
})
.finally(() => this.isFetchingProjects = false);

this.stepper = 3;
.finally(() => {
this.isFetchingProjects = false;
this.stepper = 3;
});
}
}
};
Expand Down

0 comments on commit 11c5c8f

Please sign in to comment.