fix(entry): add entry
This commit is contained in:
@@ -107,7 +107,12 @@ export default function CreateModal({ opened, onCloseAction }: ComponentProps) {
|
||||
radius="xs"
|
||||
withAsterisk
|
||||
searchable
|
||||
data={finalUserOpts}
|
||||
data={finalUserOpts.map((item) => {
|
||||
return {
|
||||
label: item.label.toString(),
|
||||
value: item.value.toString(),
|
||||
}
|
||||
})}
|
||||
{...form.getInputProps("leader_uid")}
|
||||
/>
|
||||
<Select
|
||||
|
||||
Reference in New Issue
Block a user