questionnaire for callins and uploads
This commit is contained in:
@@ -76,7 +76,7 @@ export const setRepresentationReset = () => (dispatch) => {
|
||||
type: currentViewActionTypes.SETREPRESENTATIONRESET,
|
||||
representationCapacity: {},
|
||||
representationSubmit: "",
|
||||
representationSubmitConfirmation: {},
|
||||
representationSubmitConfirmation: false,
|
||||
representationMessageSent: false,
|
||||
});
|
||||
};
|
||||
|
||||
@@ -5,7 +5,7 @@ const currentViewInitialState = {
|
||||
caseReference: {},
|
||||
representationCapacity: "",
|
||||
representationSubmit: "",
|
||||
representationSubmitConfirmation: {},
|
||||
representationSubmitConfirmation: false,
|
||||
representationMessageSent: false,
|
||||
linkedCaseReferences: {},
|
||||
currentPage: 1,
|
||||
@@ -58,7 +58,7 @@ export default function reducer(state = currentViewInitialState, action) {
|
||||
...state,
|
||||
representationCapacity: {},
|
||||
representationSubmit: "",
|
||||
representationSubmitConfirmation: {},
|
||||
representationSubmitConfirmation: false,
|
||||
representationMessageSent: false,
|
||||
};
|
||||
case currentViewActionTypes.SETCURRENTPAGE:
|
||||
|
||||
Reference in New Issue
Block a user