From 1bf2053cb8d7fc67db7062dfe2c0b3d2c6d1965e Mon Sep 17 00:00:00 2001 From: StephanieDClark Date: Thu, 1 Jun 2017 11:01:57 -0700 Subject: [PATCH] Add isReply to commentInputDetailArea api --- client/coral-plugin-commentbox/CommentBox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-plugin-commentbox/CommentBox.js b/client/coral-plugin-commentbox/CommentBox.js index ab318be13..3cd48d2b0 100644 --- a/client/coral-plugin-commentbox/CommentBox.js +++ b/client/coral-plugin-commentbox/CommentBox.js @@ -167,6 +167,7 @@ class CommentBox extends React.Component { fill="commentInputDetailArea" registerHook={this.registerHook} unregisterHook={this.unregisterHook} + isReply={isReply} inline />} cancelButtonClicked={cancelButtonClicked}