Navigation Menu

Skip to content

Commit

Permalink
Add a missing css class in query builder
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjkraft committed Mar 8, 2015
1 parent 4da911c commit b57b4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp/public/media/scripts/query-builder.jsx
Expand Up @@ -488,7 +488,7 @@ var TextInput = React.createClass({
render: function () {
return <span>
{this.props.input.name}
<input type="text" ref="input" />
<input type="text" ref="input" className="qb-input" />
</span>;
},
});
Expand Down

0 comments on commit b57b4f9

Please sign in to comment.