Skip to content

Commit

Permalink
Update coreFallbackModal.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Acylation committed Apr 27, 2024
1 parent dedbe07 commit 64432a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/coreFallbackModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class CoreFallbackModal extends Modal {

onClose() {
this.onConfirm();
let { contentEl } = this;
const { contentEl } = this;
contentEl.empty();
}
}

0 comments on commit 64432a8

Please sign in to comment.