mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix(webapp): general, accoutant and items preferences
This commit is contained in:
@@ -4,6 +4,7 @@ import { connect } from 'react-redux';
|
||||
export default (mapState) => {
|
||||
const mapStateToProps = (state, props) => {
|
||||
const mapped = {
|
||||
allSettings: state.settings.data,
|
||||
organizationSettings: state.settings.data.organization,
|
||||
manualJournalsSettings: state.settings.data.manualJournals,
|
||||
billPaymentSettings: state.settings.data.billPayments,
|
||||
|
||||
Reference in New Issue
Block a user