Skip to content

Commit

Permalink
fix (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
umihai29 authored Feb 18, 2025
1 parent 2cd997d commit 583dd02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class CreateContactUsecase {
this.inputValue = '';
this.isLoading = false;
this.type = 'linkedin';
this.root.ui.commandMenu.toggle('AddSingleContact');
this.root.ui.commandMenu.setOpen(false);
this.root.ui.commandMenu.clearContext();
}

Expand Down

0 comments on commit 583dd02

Please sign in to comment.