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 3ebccaf commit 768c3e7Copy full SHA for 768c3e7
src/components/AttributionDetailsStep.vue
@@ -25,6 +25,7 @@
25
:placeholder="$t('stepper.AD.form.creator-profile.placeholder')"
26
/>
27
<v-input
28
+ v-if="currentLicenseAttributes.BY"
29
v-model="yearOfCreation"
30
:label="$t('stepper.AD.form.year-of-creation.label')"
31
:placeholder="$t('stepper.AD.form.year-of-creation.placeholder')"
@@ -49,7 +50,7 @@ export default {
49
50
}
51
},
52
computed: {
- ...mapState(['attributionDetails']),
53
+ ...mapState(['attributionDetails', 'currentLicenseAttributes']),
54
creatorName: {
55
get() { return this.attributionDetails.creatorName },
56
set(newVal) {
0 commit comments