fix(dashboard): customer groups table fileds (#9262)
**What** - a fix pushed this morning results in customer groups also having just id returned and other fields are omitted
This commit is contained in:
@@ -60,7 +60,7 @@ export const PriceListCustomerGroupRuleForm = ({
|
||||
})
|
||||
const { customer_groups, count, isLoading, isError, error } =
|
||||
useCustomerGroups(
|
||||
{ ...searchParams, fields: "customers.id" },
|
||||
{ ...searchParams, fields: "id,name,customers.id" },
|
||||
{
|
||||
placeholderData: keepPreviousData,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user