Skip to content

Commit 3f3bc4c

Browse files
Merge branch 'develop' of https://github.com/hcengineering/platform into staging-new
2 parents 01d4d3a + 1150f0c commit 3f3bc4c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

models/all/src/index.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ import { billingId, createModel as billingModel } from '@hcengineering/model-bil
116116
import chat, { chatId, createModel as chatModel } from '@hcengineering/model-chat'
117117
import { communicationId, createModel as communicationModel } from '@hcengineering/model-communication'
118118
import { emojiId, createModel as emojiModel } from '@hcengineering/model-emoji'
119-
import inbox, { inboxId, createModel as inboxModel } from '@hcengineering/model-inbox'
119+
import { inboxId, createModel as inboxModel } from '@hcengineering/model-inbox'
120120
import { presenceId, createModel as presenceModel } from '@hcengineering/model-presence'
121121
import processes, { processId, createModel as processModel } from '@hcengineering/model-process'
122122
import {
@@ -483,11 +483,7 @@ export default function buildModel (): Builder {
483483
chatId,
484484
{ label: chat.string.Chat, hidden: true, enabled: false, beta: true, classFilter: defaultFilter }
485485
],
486-
[
487-
inboxModel,
488-
inboxId,
489-
{ label: inbox.string.Inbox, hidden: true, enabled: false, beta: true, classFilter: defaultFilter }
490-
],
486+
[inboxModel, inboxId],
491487
[achievementModel, achievementId],
492488
[emojiModel, emojiId],
493489
[communicationModel, communicationId],

0 commit comments

Comments
 (0)