Skip to content

Commit 5ceec90

Browse files
author
samuelhakala
committed
changed toolbar items to grouped items
1 parent 5bd100d commit 5ceec90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ class ReactFormBuilder extends React.Component {
4545
const toolbarProps = {
4646
showDescription: this.props.show_description,
4747
};
48+
49+
console.log(this.props)
4850
if (this.props.toolbarItems) { toolbarProps.items = this.props.toolbarItems; }
4951
return (
5052
<DndProvider backend={HTML5Backend}>

0 commit comments

Comments
 (0)