This commit is contained in:
unknown
2025-03-20 14:12:37 +07:00
parent 61f5c0cf34
commit caad0e2b02
2 changed files with 4 additions and 13 deletions

View File

@ -143,7 +143,7 @@ const AddDialog = () => {
id: 'uncontrolled-native',
}}
>
<option value={''}>Select</option>
<option value={''}>As Parent</option>
{
parents ? parents.map((el: any) => (
<option key={el.id} value={el.id}>{el.name}</option>