mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
displaying comment images
This commit is contained in:
parent
1974feb042
commit
4ed2957cb4
3 changed files with 18 additions and 2 deletions
|
@ -86,7 +86,7 @@ function* onPostComment({ id }: ReturnType<typeof nodePostComment>) {
|
|||
|
||||
yield put(nodeSetSendingComment(true));
|
||||
const {
|
||||
data: { comment, id: target_id },
|
||||
data: { comment },
|
||||
error,
|
||||
} = yield call(reqWrapper, postNodeComment, { data: comment_data[id], id: current.id });
|
||||
yield put(nodeSetSendingComment(false));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue