Add AttachmentPresenter (#1452)

Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
This commit is contained in:
Alex
2022-04-20 13:07:22 +07:00
committed by GitHub
parent e4e39469c6
commit 2e5982f2fe
6 changed files with 167 additions and 8 deletions
+5 -1
View File
@@ -99,7 +99,11 @@ export default mergeIds(boardId, board, {
Remove: '' as IntlString,
NullDate: '' as IntlString,
ViewProfile: '' as IntlString,
RemoveFromCard: '' as IntlString
RemoveFromCard: '' as IntlString,
LinkName: '' as IntlString,
Edit: '' as IntlString,
Update: '' as IntlString,
DeleteAttachment: '' as IntlString
},
component: {
Boards: '' as AnyComponent,