mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
Fix: PaymentReceive & ExchangeRate & itemCategories
This commit is contained in:
@@ -50,9 +50,11 @@ function CurrenciesList({
|
||||
|
||||
const fetchCurrencies = useQuery('currencies-table',
|
||||
() => requestFetchCurrencies(),
|
||||
{ manual: true },
|
||||
{ enabled: true },
|
||||
);
|
||||
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
changePreferencesPageTitle(formatMessage({ id: 'currencies' }));
|
||||
}, [changePreferencesPageTitle, formatMessage]);
|
||||
@@ -147,7 +149,7 @@ function CurrenciesList({
|
||||
);
|
||||
|
||||
const handleDataTableFetchData = useCallback(() => {
|
||||
fetchCurrencies.refetch();
|
||||
// fetchCurrencies.refetch();
|
||||
}, [fetchCurrencies]);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user