diff --git a/apps/web/modules/survey/list/components/copy-survey-form.tsx b/apps/web/modules/survey/list/components/copy-survey-form.tsx index 0fb29c6855..b371590348 100644 --- a/apps/web/modules/survey/list/components/copy-survey-form.tsx +++ b/apps/web/modules/survey/list/components/copy-survey-form.tsx @@ -135,7 +135,7 @@ export const CopySurveyForm = ({ defaultProjects, survey, onCancel, setOpen }: C }); }); - const results = []; + const results: Awaited>[] = []; for (const item of copyOperationsWithMetadata) { const result = await copySurveyToOtherEnvironmentAction({ surveyId: survey.id,