questionnaire for callins and uploads

This commit is contained in:
2024-12-03 18:27:51 +00:00
parent c7e13f84e7
commit 49d39e052e
14 changed files with 220 additions and 160 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ export const setRepresentationReset = () => (dispatch) => {
type: currentViewActionTypes.SETREPRESENTATIONRESET,
representationCapacity: {},
representationSubmit: "",
representationSubmitConfirmation: {},
representationSubmitConfirmation: false,
representationMessageSent: false,
});
};
+2 -2
View File
@@ -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: