Correct dashboard number fields per row on mobile
This commit is contained in:
parent
e4b9cd1b89
commit
aa21cd43bd
|
|
@ -157,7 +157,7 @@ Reducer<UserCompanyEntity> userCompanyEntityReducer = combineReducers([
|
|||
return userCompany.rebuild((b) => b
|
||||
..settings.dashboardFieldsPerRowDesktop =
|
||||
action.numberFieldsPerRowDesktop);
|
||||
} else if (action.numberFieldsPerRowDesktop != null) {
|
||||
} else if (action.numberFieldsPerRowMobile != null) {
|
||||
return userCompany.rebuild((b) => b
|
||||
..settings.dashboardFieldsPerRowMobile =
|
||||
action.numberFieldsPerRowMobile);
|
||||
|
|
|
|||
Loading…
Reference in New Issue