Skip to content

Commit

Permalink
sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ukrbublik committed Dec 15, 2019
1 parent 5e8d899 commit 3f150f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-awesome-query-builder-demo",
"version": "0.2.3",
"version": "0.2.4",
"description": "Demo for react-awesome-query-builder",
"main": "src/index.jsx",
"readme": "README.md",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/src/demo/demo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class DemoQueryBuilder extends Component {

renderBuilder = (props) => (
<div className="query-builder-container" style={{padding: '10px'}}>
<div className="query-builder">
<div className="query-builder qb-lite">
<Builder {...props} />
</div>
</div>
Expand Down

0 comments on commit 3f150f7

Please sign in to comment.