mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
sorting image attaches on comment form
This commit is contained in:
parent
3e1583f0af
commit
72ef4be7a6
6 changed files with 136 additions and 22 deletions
|
@ -30,7 +30,11 @@ const INITIAL_STATE: INodeState = {
|
|||
files: [],
|
||||
},
|
||||
current: { ...EMPTY_NODE },
|
||||
comment_data: { 0: { ...EMPTY_COMMENT } },
|
||||
comment_data: {
|
||||
0: {
|
||||
...EMPTY_COMMENT,
|
||||
},
|
||||
},
|
||||
comments: [],
|
||||
related: null,
|
||||
current_cover_image: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue