mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-10 18:10:54 +09:00
JS-5928: fix
This commit is contained in:
parent
392de53110
commit
3738144df7
1 changed files with 2 additions and 3 deletions
|
@ -594,11 +594,10 @@ class UtilMenu {
|
|||
data: {
|
||||
options: [
|
||||
{ id: I.HomePredefinedId.Graph, name: translate('commonGraph') },
|
||||
{ id: I.HomePredefinedId.Chat, name: translate('commonChat') },
|
||||
(U.Object.isAllowedChat() ? { id: I.HomePredefinedId.Chat, name: translate('commonChat') } : null),
|
||||
{ id: I.HomePredefinedId.Last, name: translate('spaceLast') },
|
||||
{ id: I.HomePredefinedId.Existing, name: translate('spaceExisting'), arrow: true },
|
||||
|
||||
],
|
||||
].filter(it => it),
|
||||
onOver: (e: any, item: any) => {
|
||||
if (!menuContext) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue