commentBox slot

This commit is contained in:
okbel
2018-02-23 15:55:32 -03:00
parent 632f80a202
commit 4fe3d582b8
2 changed files with 2 additions and 2 deletions
@@ -58,7 +58,7 @@ export default class DraftArea extends React.Component {
{label}
</label>
<Slot
fill="textArea"
fill="commentBox"
defaultComponent={DraftAreaContent}
className={styles.content}
{...tASettings}
@@ -5,7 +5,7 @@ import { gql } from 'react-apollo';
export default {
slots: {
textArea: [Editor],
commentBox: [Editor],
commentContent: [CommentContent],
},
fragments: {