mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
boris comment more properly showing
This commit is contained in:
parent
319e66616c
commit
8faf22dbbf
9 changed files with 80 additions and 11 deletions
|
@ -133,3 +133,7 @@ export const nodeSetCoverImage = (current_cover_image: IFile) => ({
|
|||
type: NODE_ACTIONS.SET_COVER_IMAGE,
|
||||
current_cover_image,
|
||||
});
|
||||
|
||||
export const nodeLoadMoreComments = () => ({
|
||||
type: NODE_ACTIONS.LOAD_MORE_COMMENTS,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue