Skip to content

Commit f0bfe89

Browse files
committed
Cleanup
1 parent 6514ad6 commit f0bfe89

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import { CheckboxWidget } from './components';
22

33
const applyConfig = (config) => {
4-
config.widgets.type = {
5-
...config.widgets.type,
6-
boolean: CheckboxWidget,
7-
};
4+
config.widgets.type.boolean = CheckboxWidget;
85
return config;
96
};
107

0 commit comments

Comments
 (0)