From 78ca01bb1aa6f757d0ba24d9b74b0e6dc222de80 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sat, 10 Nov 2018 16:58:02 +0800 Subject: [PATCH] fix #582 --- packages/react-bootstrap-table2-editor/src/editor-indicator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-bootstrap-table2-editor/src/editor-indicator.js b/packages/react-bootstrap-table2-editor/src/editor-indicator.js index c19819d..e408bb4 100644 --- a/packages/react-bootstrap-table2-editor/src/editor-indicator.js +++ b/packages/react-bootstrap-table2-editor/src/editor-indicator.js @@ -4,7 +4,7 @@ import PropTypes from 'prop-types'; const EditorIndicator = ({ invalidMessage }) => ( -
+
{ invalidMessage }
);