mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-31 20:29:55 +02:00
Support for rating system (#10124)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
//
|
||||
|
||||
import { type Client, type Doc, type Ref } from '@hcengineering/core'
|
||||
import document, { type Document, documentId } from '@hcengineering/document'
|
||||
import document, { documentId, type Document } from '@hcengineering/document'
|
||||
import { mergeIds, type IntlString, type Resource } from '@hcengineering/platform'
|
||||
import { type AnyComponent, type Location } from '@hcengineering/ui/src/types'
|
||||
|
||||
@@ -50,7 +50,6 @@ export default mergeIds(documentId, document, {
|
||||
Authors: '' as IntlString,
|
||||
Backlinks: '' as IntlString,
|
||||
History: '' as IntlString,
|
||||
SavedDocuments: '' as IntlString,
|
||||
AddLabel: '' as IntlString,
|
||||
NewTeamspace: '' as IntlString,
|
||||
CreateTeamspace: '' as IntlString,
|
||||
|
||||
Reference in New Issue
Block a user