Skip to content

Commit

Permalink
Merge pull request #135 from Quetzacoalt91/display-error-message-when…
Browse files Browse the repository at this point in the history
…-gmc-list-cant-be-retrieved

Display error message when retrieving the GMC list fails
  • Loading branch information
Quetzacoalt91 authored Jun 16, 2021
2 parents ec4bd4a + 2d0d411 commit 914783a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
menu-class="ps-dropdown"
no-flip
size="sm"
:disabled="isLinking"
:disabled="isLinking || !!error"
>
<b-dropdown-item
link-class="px-3"
Expand Down
1 change: 1 addition & 0 deletions _dev/src/store/modules/accounts/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ export default {
}
}
} catch (error) {
commit(MutationsTypes.SAVE_STATUS_OVERRIDE_CLAIMING, WebsiteClaimErrorReason.LinkingFailed);
console.error(error);
}
},
Expand Down

0 comments on commit 914783a

Please sign in to comment.