Skip to content

Commit

Permalink
Merge pull request #492 from InseeFr/v3-develop
Browse files Browse the repository at this point in the history
V3 develop
  • Loading branch information
renaud23 authored Nov 28, 2023
2 parents 17c3222 + 7b073c2 commit 1849e2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .env
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
GENERATE_SOURCEMAP=false
SKIP_PREFLIGHT_CHECK=true
REACT_APP_SURVEY_API_BASE_URL=https://api-questionnaire-recensement.developpement6.insee.fr
REACT_APP_SURVEY_API_BASE_URL=
REACT_APP_LUNATIC_LOADER_WORKER_PATH=/workers/lunatic-append-worker-0.3.0-experimental.js
REACT_APP_LUNATIC_SEARCH_WORKER_PATH=/workers/lunatic-searching-worker-0.3.0-experimental.js
REACT_APP_LUNATIC_LABEL_WORKER_PATH=/workers/lunatic-label-worker-0.3.0-experimental.js
REACT_APP_SAVING_TIME=page
REACT_APP_SAVING_STRATEGY=partial
REACT_APP_DEFAULT_SURVEY=recensement
REACT_APP_SAVING_TIME=
REACT_APP_SAVING_STRATEGY=
REACT_APP_DEFAULT_SURVEY=
# REACT_APP_AUTH_TYPE: OIDC / NONE : Not yet implemented
REACT_APP_AUTH_TYPE=
REACT_APP_DEBUG=true
REACT_APP_DEBUG=
2 changes: 1 addition & 1 deletion src/components/navigation/Continuer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function Continuer(props: OrchestratedElement) {
setSaving(true);
saveSuData({
pageTag,
collectStatus: CollectStatusEnum.Completed,
collectStatus: CollectStatusEnum.Validated,
})
.then(() => {
navigate(uriPostEnvoi(survey, unit));
Expand Down

0 comments on commit 1849e2a

Please sign in to comment.