mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
JS-3369: fix
This commit is contained in:
parent
5195fdd343
commit
51f6927724
2 changed files with 5 additions and 2 deletions
|
@ -124,7 +124,7 @@ class Api {
|
|||
};
|
||||
|
||||
updateConfirm (win) {
|
||||
this.exit(win, true);
|
||||
this.exit(win, '', true);
|
||||
};
|
||||
|
||||
updateCancel (win) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue