From 0f58c1b780b60fdcc4911aa1743ea5429aa60f7b Mon Sep 17 00:00:00 2001 From: okbel Date: Mon, 5 Mar 2018 14:46:47 -0300 Subject: [PATCH] Adding fragments to the slot --- client/coral-admin/src/containers/UserDetailComment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-admin/src/containers/UserDetailComment.js b/client/coral-admin/src/containers/UserDetailComment.js index 490e7a890..a31992205 100644 --- a/client/coral-admin/src/containers/UserDetailComment.js +++ b/client/coral-admin/src/containers/UserDetailComment.js @@ -6,7 +6,7 @@ import CommentLabels from './CommentLabels'; import CommentDetails from './CommentDetails'; import { getSlotFragmentSpreads } from 'coral-framework/utils'; -const slots = ['draftArea']; +const slots = ['userDetailCommentContent']; export default withFragments({ root: gql`