Skip to content

Commit

Permalink
fixup! feat(admin): Add a button to send a new certification center i…
Browse files Browse the repository at this point in the history
…nvitation
  • Loading branch information
theotime2005 committed Jan 31, 2025
1 parent 4d0bfd2 commit 3be4197
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export default class AuthenticatedCertificationCentersGetInvitationsController e

@action
async sendNewCertificationCenterInvitation(certificationCenterInvitation) {
this.isLoading = true;
const { email, language, role } = certificationCenterInvitation;
try {
await this.store.queryRecord('certification-center-invitation', {
Expand Down

0 comments on commit 3be4197

Please sign in to comment.