Skip to content

Commit

Permalink
fix data schema
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Jan 8, 2024
1 parent 5df68c5 commit dccca1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const PhoneNumberEntry = <T extends FieldValues>({
required,
}: PhoneNumberEntryProps<T>) => {
const { data: countryList } = api.fieldOpt.countries.useQuery(
{ where: { activeForOrgs: true } },
{ activeForOrgs: true },
{
initialData: [],
select: (data) => transformCountryList(data),
Expand Down

0 comments on commit dccca1f

Please sign in to comment.