Fix bug and optimzed code

This commit is contained in:
2023-11-06 11:27:29 +07:00
parent 96d1e6038c
commit 7bfc2bcfa4
32 changed files with 285 additions and 224 deletions
@@ -68,7 +68,7 @@ const Select = ({
optionsConfigForm,
value,
onChange,
ariaLabel
ariaLabel,
}: ISelect) => {
const { register } = useFormContext() ?? {};