mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
- Organize database seeds.
- Optimize design dashboard top bar.
This commit is contained in:
@@ -41,7 +41,7 @@ export default createReducer(initialState, {
|
||||
},
|
||||
|
||||
[t.SET_TOPBAR_EDIT_VIEW]: (state, action) => {
|
||||
state.topbarEditViewId = action.id;
|
||||
state.topbarEditViewId = action.id;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user