We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c647a1 commit 944ad9aCopy full SHA for 944ad9a
src/components/AttributionDetailsStep.vue
@@ -9,21 +9,6 @@
9
:label="$t('stepper.AD.form.work-title.label')"
10
:placeholder="$t('stepper.AD.form.work-title.placeholder')"
11
/>
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
26
- </app-modal>
27
<v-input
28
v-model="creatorName"
29
:label="$t('stepper.AD.form.creator-name.label')"
0 commit comments