Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Oct 26, 2022
1 parent 6514ad6 commit f0bfe89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { CheckboxWidget } from './components';

const applyConfig = (config) => {
config.widgets.type = {
...config.widgets.type,
boolean: CheckboxWidget,
};
config.widgets.type.boolean = CheckboxWidget;
return config;
};

Expand Down

0 comments on commit f0bfe89

Please sign in to comment.