Fix logic code relative user and room

This commit is contained in:
2023-11-04 19:47:41 +07:00
parent 938fbb069e
commit aeb1923e40
18 changed files with 343 additions and 103 deletions
@@ -54,7 +54,6 @@ const RenderSelect = ({
id={id}
value={value}
{...register(id!, optionsConfigForm)}
onChange={onChange}
>
{children}
</StyledSelect>