瀏覽代碼

: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…
取消
儲存