questionnaire for callins and uploads
This commit is contained in:
@@ -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