Skip to content

Commit

Permalink
Merge branch '2.3' into feat/delete-lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey authored Nov 1, 2024
2 parents 6e4bfc0 + 272d126 commit d9ed3e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drama-queen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "drama-queen",
"private": true,
"version": "2.3.0-rc.0",
"version": "2.3.0-rc.1",
"type": "module",
"scripts": {
"dev": "vite --port 5001 --strictPort",
Expand Down
11 changes: 8 additions & 3 deletions drama-queen/src/ui/components/orchestrator/tools/functions.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import type { PageTag, SurveyUnit, SurveyUnitData } from 'core/model'
import type {
PageTag,
Questionnaire,
SurveyUnit,
SurveyUnitData,
} from 'core/model'
import type { Component, Components } from '../lunaticType'
import { EXTERNAL_RESOURCES_URL } from 'core/constants'

Expand Down Expand Up @@ -92,8 +97,8 @@ function getInitialData(
...data,
EXTERNAL: {
...data?.EXTERNAL,
GLOBAL_QUESTIONNAIRE_ID: surveyUnitId,
GLOBAL_SURVEY_UNIT_ID: questionnaireId,
GLOBAL_QUESTIONNAIRE_ID: questionnaireId,
GLOBAL_SURVEY_UNIT_ID: surveyUnitId,
},
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "drama-queen-container",
"private": true,
"version": "2.2.8",
"version": "2.3.0-rc.1",
"scripts": {
"build": "yarn --cwd drama-queen build",
"dev": "yarn --cwd drama-queen dev",
Expand Down

0 comments on commit d9ed3e1

Please sign in to comment.