Skip to content

Commit

Permalink
fix: remove "*"
Browse files Browse the repository at this point in the history
  • Loading branch information
fPolic committed Sep 23, 2024
1 parent 2e93396 commit cb6f9ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const PriceListCustomerGroupRuleForm = ({
})
const { customer_groups, count, isLoading, isError, error } =
useCustomerGroups(
{ ...searchParams, fields: "*customers.id" },
{ ...searchParams, fields: "customers.id" },
{
placeholderData: keepPreviousData,
}
Expand Down

0 comments on commit cb6f9ec

Please sign in to comment.