chore: integrate new admin with l-s
This commit is contained in:
parent
6b3db134e7
commit
bf8f1d991c
72 changed files with 1493 additions and 1611 deletions
|
|
@ -26,7 +26,7 @@ const TextInput = memo(
|
|||
...props
|
||||
}) => {
|
||||
const classes = useStyles({ textAlign, width, size })
|
||||
const filled = !error && value && !R.isEmpty(value)
|
||||
const filled = !error && !R.isNil(value) && !R.isEmpty(value)
|
||||
|
||||
const inputClasses = {
|
||||
[classes.bold]: bold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue