mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 17:25:01 +03:00
Add file attachments
This commit is contained in:
@@ -2,6 +2,7 @@ import { ORM } from 'redux-orm';
|
||||
|
||||
import {
|
||||
Action,
|
||||
Attachment,
|
||||
Board,
|
||||
Card,
|
||||
Label,
|
||||
@@ -26,6 +27,7 @@ orm.register(
|
||||
Label,
|
||||
Card,
|
||||
Task,
|
||||
Attachment,
|
||||
Action,
|
||||
Notification,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user