diff --git a/webapp/components/survey/SurveyForm/SurveyForm.js b/webapp/components/survey/SurveyForm/SurveyForm.js index f61b0bb161..adfdac1d6e 100644 --- a/webapp/components/survey/SurveyForm/SurveyForm.js +++ b/webapp/components/survey/SurveyForm/SurveyForm.js @@ -10,6 +10,7 @@ import * as Survey from '@core/survey/survey' import * as NodeDef from '@core/survey/nodeDef' import * as NodeDefLayout from '@core/survey/nodeDefLayout' import * as Record from '@core/record/record' +import * as ProcessUtils from '@core/processUtils' import { appModuleUri, designerModules } from '@webapp/app/appModules' import { SurveyState, useSurvey } from '@webapp/store/survey' @@ -199,7 +200,7 @@ const SurveyForm = (props) => { onSelect={onNodeDefTreeSelect} />