Skip to content

Commit 5bd100d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class Toolbar extends React.Component {
4242
super(props);
4343
//const items = buildItems(props.items, this._defaultItems());
4444
const items = buildItemGroups(props.items, this._defaultItems())
45-
console.log(items)
45+
console.log(items, props)
4646
this.state = {
4747
items,
4848
};

0 commit comments

Comments
 (0)