Explorar el Código

:pencil2: Fixed typo

tabs-content
tomit4 hace 3 años
padre
commit
de7e9c1f6c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      frontend/src/views/SurveyCompleteView.vue

+ 1
- 1
frontend/src/views/SurveyCompleteView.vue Ver fichero

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…
Cancelar
Guardar