Skip to content

Commit

Permalink
fix: open general modal
Browse files Browse the repository at this point in the history
close #798
  • Loading branch information
Vinzent03 committed Oct 27, 2024
1 parent 3ccbb01 commit 2a0bbd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/modals/generalModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export class GeneralModal extends SuggestModal<string> {

return new Promise((resolve) => {
this.resolve = resolve;
this.open();
});
}

Expand Down

0 comments on commit 2a0bbd1

Please sign in to comment.