This `SelectAll` component was using `isDisabled` prop internally, but the disabled state was passed in `disabled` prop. Although the internal `ChecboxLabel` component is using disabled prop, so to make `SelectAll`'s disabled prop name consistent, I used `disabled` prop, rather than `isDisabled`. |
||
|---|---|---|
| .. | ||
| client | ||
| rts | ||
| server | ||
| shared | ||
| util | ||
| yarn.lock | ||