Skip to content

Commit

Permalink
Merge branch 'rn-1543-country-selector-1' into rn-1543-country-select…
Browse files Browse the repository at this point in the history
…or-2
  • Loading branch information
jaskfla committed Jan 22, 2025
2 parents a0b3423 + 40b86cb commit d597e18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export const useProjectEntities = (
});
},
{
enabled: !!projectCode,
...useQueryOptions,
enabled: !!projectCode && useQueryOptions?.enabled,
},
);
};

0 comments on commit d597e18

Please sign in to comment.