diff --git a/compendium-frontend/src/survey/SurveyContainerComponent.tsx b/compendium-frontend/src/survey/SurveyContainerComponent.tsx index 96f17c7c887bbe8f9e3683a416d3aef3e42b4946..81b165e825f4d7426dc04616bebb46b120b3573d 100644 --- a/compendium-frontend/src/survey/SurveyContainerComponent.tsx +++ b/compendium-frontend/src/survey/SurveyContainerComponent.tsx @@ -128,6 +128,7 @@ function SurveyContainerComponent({ loadFrom }) { return json['message']; } + // eslint-disable-next-line react-compiler/react-compiler surveyModel.mode = json['mode']; surveyModel.lockedBy = json['locked_by']; surveyModel.status = json['status'];