Преглед изворни кода

:bug: fixing another missed conflicts

tags/0.0.3^2
j пре 3 година
родитељ
комит
04e115b9a9
1 измењених фајлова са 3 додато и 9 уклоњено
  1. 3
    9
      frontend/src/components/onboarding/Location.vue

+ 3
- 9
frontend/src/components/onboarding/Location.vue Прегледај датотеку

1
 <template lang="pug">
1
 <template lang="pug">
2
-<<<<<<< HEAD
3
-.location
2
+w-card.location.w-flex.column
4
     h3 Location
3
     h3 Location
5
     p {{ question }}
4
     p {{ question }}
6
     DynamicTagList(:placeholder='"location"' :tags='locations')
5
     DynamicTagList(:placeholder='"location"' :tags='locations')
7
-    w-button.ma1.grow(@click='handleSubmit') NEXT
8
-=======
9
-w-card.w-flex.column
10
-    h3 Location
11
-    p Where would you like to select your candidates from?
12
-    w-button.next-btn(@click="this.$emit('go-to-step', currentStep + 1)") NEXT
13
->>>>>>> 59a1766 (:sparkles: onboarding styles added all the way to the questionnaire #TODO style questionResponse.vue)
6
+    w-button.next-btn(@click='handleSubmit') NEXT
14
 </template>
7
 </template>
8
+
15
 <script>
9
 <script>
16
 import DynamicTagList from '../DynamicTagList.vue'
10
 import DynamicTagList from '../DynamicTagList.vue'
17
 export default {
11
 export default {

Loading…
Откажи
Сачувај