Pārlūkot izejas kodu

Merge branch 'feature-2025-1-10' into online

TIANYONG 5 mēneši atpakaļ
vecāks
revīzija
a8c609c228
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/fill-questionnaire/index.tsx

+ 1 - 1
src/views/fill-questionnaire/index.tsx

@@ -229,7 +229,7 @@ export default defineComponent({
       router.push({
         path: '/intention-questionnaire',
         query: {
-          meetingType: route.query.meetingType
+          type: route.query.meetingType
         }
       });
     }