mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-07 21:47:02 +09:00
fix error message if
This commit is contained in:
parent
12ec6b6087
commit
478002f8cf
1 changed files with 1 additions and 1 deletions
|
@ -843,7 +843,7 @@ class Action {
|
|||
};
|
||||
|
||||
C.ObjectShow(objectId, 'publish', S.Common.space, (message: any) => {
|
||||
if (!message.error.code) {
|
||||
if (message.error.code) {
|
||||
return;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue