mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
adds new mutations: setCommentStatus
This commit is contained in:
@@ -15,6 +15,8 @@ const ModerationQueue = props => {
|
||||
suspectWords={props.suspectWords}
|
||||
actions={actionsMap[comment.status]}
|
||||
showBanUserDialog={props.showBanUserDialog}
|
||||
acceptComment={props.acceptComment}
|
||||
rejectComment={props.rejectComment}
|
||||
{...comment}
|
||||
/>;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user