feat: notifications rework
This commit is contained in:
parent
b6e7d98b72
commit
ffa8713ee4
77 changed files with 2281 additions and 3269 deletions
|
|
@ -2,7 +2,7 @@ import React, { memo } from 'react'
|
|||
|
||||
import { Checkbox } from '../base'
|
||||
|
||||
const CheckboxInput = memo(({ label, ...props }) => {
|
||||
const CheckboxInput = memo(({ label, textAlign, fullWidth, ...props }) => {
|
||||
const { name, onChange, value } = props.field
|
||||
|
||||
return <Checkbox name={name} onChange={onChange} value={value} {...props} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue