From 4c5f8b3359aec0bd0221b7d97b5775db7c9d691d Mon Sep 17 00:00:00 2001 From: Ryan Yun Date: Fri, 22 Sep 2017 12:31:55 -0400 Subject: [PATCH] add class name to submit button on configure comment stream form --- client/coral-configure/components/ConfigureCommentStream.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/coral-configure/components/ConfigureCommentStream.js b/client/coral-configure/components/ConfigureCommentStream.js index ec5a43c15..1447e9676 100644 --- a/client/coral-configure/components/ConfigureCommentStream.js +++ b/client/coral-configure/components/ConfigureCommentStream.js @@ -1,6 +1,7 @@ import React from 'react'; import {Button, Checkbox} from 'coral-ui'; import QuestionBoxBuilder from './QuestionBoxBuilder'; +import cn from 'classnames'; import styles from './ConfigureCommentStream.css'; @@ -13,7 +14,7 @@ export default ({handleChange, handleApply, changed, ...props}) => (

{t('configure.title')}