Skip to content

Commit

Permalink
profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
madaeroblade committed Nov 9, 2023
1 parent 294af52 commit e3856d3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/js/components/modals/reportProblem/generalModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@
@close="closeModal();"
@stepFinished="stepFinished($event)"
></container-step>
<takeover-step
v-show="activeStep === 'takeover'"
:active-step="activeStep"
:nomenclatures="nomenclatures"
:previous-step-body="requestBody"
:map-point="mapPoint"
@backToStep="backToStep($event)"
@close="closeModal();"
@stepFinished="stepFinished($event)"
></takeover-step>
<other-problem-step
v-show="activeStep === 'other-problem'"
:active-step="activeStep"
Expand Down

0 comments on commit e3856d3

Please sign in to comment.