Skip to content

Commit 944ad9a

Browse files
committed
added open modal to the vInput.vue
1 parent 4c647a1 commit 944ad9a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/components/AttributionDetailsStep.vue

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
:label="$t('stepper.AD.form.work-title.label')"
1010
:placeholder="$t('stepper.AD.form.work-title.placeholder')"
1111
/>
12-
<app-modal
13-
v-if="openModal==true"
14-
:title="$t(`help.context-for-creator-name.heading`)"
15-
@close="openModal=false"
16-
>
17-
<section class="modal-body">
18-
<section
19-
:class="['modal-content','modal-']"
20-
>
21-
<article
22-
v-html="$t(`help.context-for-creator-name.text`)">
23-
</article>
24-
</section>
25-
</section>
26-
</app-modal>
2712
<v-input
2813
v-model="creatorName"
2914
:label="$t('stepper.AD.form.creator-name.label')"

0 commit comments

Comments
 (0)