Skip to content
Snippets Groups Projects
Commit 16b8babc authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Disable handled react-compiler error

parent 8b1ecb8d
No related branches found
No related tags found
No related merge requests found
...@@ -128,6 +128,7 @@ function SurveyContainerComponent({ loadFrom }) { ...@@ -128,6 +128,7 @@ function SurveyContainerComponent({ loadFrom }) {
return json['message']; return json['message'];
} }
// eslint-disable-next-line react-compiler/react-compiler
surveyModel.mode = json['mode']; surveyModel.mode = json['mode'];
surveyModel.lockedBy = json['locked_by']; surveyModel.lockedBy = json['locked_by'];
surveyModel.status = json['status']; surveyModel.status = json['status'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment