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,
});
};