Change tax configurations amount from 20 to 100 (#3088)
This commit is contained in:
parent
b702aba701
commit
34cdd75b60
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export const TaxChannelsList: React.FC<TaxChannelsListProps> = ({
|
|||
TaxesUrlQueryParams
|
||||
>(navigate, params => taxConfigurationListUrl(id, params), params);
|
||||
|
||||
const { data } = useTaxConfigurationsListQuery({ variables: { first: 20 } });
|
||||
const { data } = useTaxConfigurationsListQuery({ variables: { first: 100 } });
|
||||
|
||||
const taxConfigurations = mapEdgesToItems(data?.taxConfigurations);
|
||||
|
||||
|
|
Loading…
Reference in a new issue