Support/bs4 tags input
@@ -47,7 +47,7 @@ export default class TagEditor extends React.Component {
render() {
return (
<Modal isOpen={this.state.isOpenModal} toggle={this.closeModalHandler} id="editTagModal">
- <ModalHeader closeButton className="bg-primary">
+ <ModalHeader tag="h4" toggle={this.closeModalHandler} className="bg-primary">
<span className="text-white">Edit Tags</span>
</ModalHeader>
<ModalBody>
@@ -2,7 +2,7 @@
@import '~bootstrap/scss/bootstrap';
// import react-bootstrap-typeahead
-@import '~react-bootstrap-typeahead/css/Typeahead-bs4';
+@import '~react-bootstrap-typeahead/css/Typeahead';
// import toastr styles
@import '~toastr/build/toastr';