added form ordering and validation for s78
This commit is contained in:
@@ -10,10 +10,12 @@ export default function reducer(state = formDataInitialState, action) {
|
||||
switch (action.type) {
|
||||
case formDataActionTypes.SETFORMDATA:
|
||||
return {
|
||||
...state,
|
||||
formData: action.formData,
|
||||
mandatoryFieldsData: action.mandatoryFieldsData,
|
||||
pickListData: action.pickListData,
|
||||
};
|
||||
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user