Przeglądaj źródła

:recycle: more rebase fixup

tags/0.0.3^2
j 2 lat temu
rodzic
commit
914d5aa83d

+ 0
- 4
frontend/src/utils/survey.js Wyświetl plik

@@ -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 Wyświetl plik

@@ -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: {

Ładowanie…
Anuluj
Zapisz