소스 검색

:pencil2: Fixed typo

tags/0.0.3^2
tomit4 3 년 전
부모
커밋
55e7464b16
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      frontend/src/components/onboarding/QuestionResponse.vue

+ 1
- 1
frontend/src/components/onboarding/QuestionResponse.vue 파일 보기

@@ -10,7 +10,7 @@ w-card.question
10 10
     )
11 11
     w-button.ma1.grow(
12 12
         @click='handleSubmit'
13
-        @keyup.enter='handlSubmit'
13
+        @keyup.enter='handleSubmit'
14 14
         v-if='currentStep !== surveyStepsCount'
15 15
     ) NEXT
16 16
     w-button.ma1.grow(@click='handleSubmit' v-else) SUBMIT ANSWERS

Loading…
취소
저장