Skip to content

Commit

Permalink
feat(account): fix removed function issue
Browse files Browse the repository at this point in the history
ref: MANAGER-15565

Signed-off-by: Maxime Bajeux <[email protected]>
  • Loading branch information
Maxime Bajeux committed Dec 18, 2024
1 parent 590ad34 commit 2f11e91
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export default class AccountUserIdentityDocumentsController {

uploadIdentityDocuments() {
this.trackClick(TRACKING_TASK_TAG.clickSendMyDocuments);
this.handleUploadConfirmModal(false);
this.loading = true;
this.displayError = false;
if (this.isValid) {
Expand Down

0 comments on commit 2f11e91

Please sign in to comment.