Board: Update board card model (#1329)

Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
Anna No
2022-04-09 01:07:21 +07:00
committed by GitHub
parent 9826fb38fc
commit ec6bf3a1eb
9 changed files with 66 additions and 29 deletions
+2 -1
View File
@@ -15,7 +15,7 @@
import board, { boardId } from '@anticrm/board'
import { IntlString, mergeIds } from '@anticrm/platform'
import { AnyComponent } from '@anticrm/ui'
import type { AnyComponent } from '@anticrm/ui'
export default mergeIds(boardId, board, {
string: {
@@ -44,6 +44,7 @@ export default mergeIds(boardId, board, {
DescriptionPlaceholder: '' as IntlString,
Location: '' as IntlString,
Members: '' as IntlString,
IsArchived: '' as IntlString,
BoardCreateLabel: '' as IntlString,
Settings: '' as IntlString,
InList: '' as IntlString,