login
This commit is contained in:
@@ -18,7 +18,7 @@ const CategoriesSelect: FC<Props> = (props) => {
|
||||
items={categories?.data?.map((item) => {
|
||||
return {
|
||||
label: item.title,
|
||||
value: item.id
|
||||
value: item.id + ''
|
||||
}
|
||||
}) || []}
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user