mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
WIP / Fix_ExchangeRate / localize
This commit is contained in:
@@ -17,4 +17,7 @@ export default createReducer(initialState, {
|
||||
..._exchangeRates,
|
||||
};
|
||||
},
|
||||
[t.EXCHANGE_RATE_TABLE_LOADING]: (state, action) => {
|
||||
state.loading = action.loading;
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user