1
0
Fork 0
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:
Andrew Simachev 2024-01-04 12:57:50 +01:00
parent 5195fdd343
commit 51f6927724
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
2 changed files with 5 additions and 2 deletions

View file

@ -124,7 +124,7 @@ class Api {
};
updateConfirm (win) {
this.exit(win, true);
this.exit(win, '', true);
};
updateCancel (win) {