Selaa lähdekoodia

:recycle: more rebase fixup

tags/0.0.3^2
j 2 vuotta sitten
vanhempi
commit
914d5aa83d
2 muutettua tiedostoa jossa 0 lisäystä ja 6 poistoa
  1. 0
    4
      frontend/src/utils/survey.js
  2. 0
    2
      frontend/src/views/OnboardingView.vue

+ 0
- 4
frontend/src/utils/survey.js Näytä tiedosto

@@ -15,10 +15,6 @@ class SurveyFactory {
15 15
                 existingResponses[categoryKey] =
16 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 19
         // Adds form drop down options to each responseKey
24 20
         Object.keys(existingResponses).forEach(inputKey => {

+ 0
- 2
frontend/src/views/OnboardingView.vue Näytä tiedosto

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

Loading…
Peruuta
Tallenna