mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: Fix axios interceptors.
This commit is contained in:
@@ -16,6 +16,8 @@ import settings from './settings/settings.reducer';
|
||||
import manualJournals from './manualJournals/manualJournals.reducers';
|
||||
import globalSearch from './search/search.reducer';
|
||||
import exchangeRates from './ExchangeRate/exchange.reducer'
|
||||
import globalErrors from './globalErrors/globalErrors.reducer';
|
||||
|
||||
|
||||
export default combineReducers({
|
||||
authentication,
|
||||
@@ -33,6 +35,6 @@ export default combineReducers({
|
||||
itemCategories,
|
||||
settings,
|
||||
globalSearch,
|
||||
exchangeRates
|
||||
|
||||
exchangeRates,
|
||||
globalErrors,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user