diff --git a/packages/admin/dashboard/src/routes/price-lists/common/components/price-list-customer-group-rule-form/price-list-customer-group-rule-form.tsx b/packages/admin/dashboard/src/routes/price-lists/common/components/price-list-customer-group-rule-form/price-list-customer-group-rule-form.tsx index 7819de8405..a4a9df167d 100644 --- a/packages/admin/dashboard/src/routes/price-lists/common/components/price-list-customer-group-rule-form/price-list-customer-group-rule-form.tsx +++ b/packages/admin/dashboard/src/routes/price-lists/common/components/price-list-customer-group-rule-form/price-list-customer-group-rule-form.tsx @@ -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, }