nectiasw 0.0.70 → 0.0.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -19162,7 +19162,7 @@ const Checkbox = ({
|
|
|
19162
19162
|
{
|
|
19163
19163
|
id,
|
|
19164
19164
|
name,
|
|
19165
|
-
checked,
|
|
19165
|
+
checked: filter2,
|
|
19166
19166
|
disabled,
|
|
19167
19167
|
onClick: handleClick,
|
|
19168
19168
|
className: classes$l.container.input
|