UI fix
This commit is contained in:
@@ -30,7 +30,7 @@ class IntentList extends Component {
|
||||
|
||||
|
||||
<div className="IntentList-title">
|
||||
<h3>Intents</h3>
|
||||
<h3>Questions</h3>
|
||||
</div>
|
||||
{
|
||||
this.state.intents.map((intent,index)=>{
|
||||
@@ -45,7 +45,7 @@ class IntentList extends Component {
|
||||
<br></br>
|
||||
<Button className="AddIntent" flat primary swapTheming
|
||||
onClick={this.props.onAddIntentClick}
|
||||
disabled={this.props.waiting}>Add intent</Button>
|
||||
disabled={this.props.waiting}>Add question</Button>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user