Explorar el Código

:recycle: more rebase fixup

tags/0.0.3^2
j hace 2 años
padre
commit
914d5aa83d
Se han modificado 2 ficheros con 0 adiciones y 6 borrados
  1. 0
    4
      frontend/src/utils/survey.js
  2. 0
    2
      frontend/src/views/OnboardingView.vue

+ 0
- 4
frontend/src/utils/survey.js Ver fichero

15
                 existingResponses[categoryKey] =
15
                 existingResponses[categoryKey] =
16
                     responsesByCategory[categoryKey]
16
                     responsesByCategory[categoryKey]
17
             }
17
             }
18
-            const responseKeyLike = formatStep(match, step)
19
-            const withComponent = associateWithComponent(responseKeyLike)
20
-            console.log('withComponent :>> ', withComponent)
21
-            return withComponent
22
         })
18
         })
23
         // Adds form drop down options to each responseKey
19
         // Adds form drop down options to each responseKey
24
         Object.keys(existingResponses).forEach(inputKey => {
20
         Object.keys(existingResponses).forEach(inputKey => {

+ 0
- 2
frontend/src/views/OnboardingView.vue Ver fichero

41
 let hashedAccessToken = null
41
 let hashedAccessToken = null
42
 let currentProfileId = null
42
 let currentProfileId = null
43
 
43
 
44
-// import savesurveybyprfileid - call it on submit
45
-// paginate to save every steps answers
46
 export default {
44
 export default {
47
     name: 'OnboardingView',
45
     name: 'OnboardingView',
48
     components: {
46
     components: {

Loading…
Cancelar
Guardar