feat: notifications rework
This commit is contained in:
parent
b6e7d98b72
commit
ffa8713ee4
77 changed files with 2281 additions and 3269 deletions
|
|
@ -19,8 +19,6 @@ const useStyles = makeStyles({
|
|||
const CheckboxInput = ({ name, onChange, value, label, ...props }) => {
|
||||
const classes = useStyles()
|
||||
|
||||
// const { name, onChange, value } = props.field
|
||||
|
||||
return (
|
||||
<Checkbox
|
||||
id={name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue