Sfoglia il codice sorgente

:pencil2: Fixed typo

tabs-content
tomit4 3 anni fa
parent
commit
de7e9c1f6c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      frontend/src/views/SurveyCompleteView.vue

+ 1
- 1
frontend/src/views/SurveyCompleteView.vue Vedi File

19
     props: {
19
     props: {
20
         answers: {
20
         answers: {
21
             type: Object,
21
             type: Object,
22
-                default: () => ({})
22
+            default: () => ({})
23
         },
23
         },
24
     }
24
     }
25
 }
25
 }

Loading…
Annulla
Salva