Skip to content

Commit 768c3e7

Browse files
committed
Improvements
1 parent 3ebccaf commit 768c3e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/AttributionDetailsStep.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
:placeholder="$t('stepper.AD.form.creator-profile.placeholder')"
2626
/>
2727
<v-input
28+
v-if="currentLicenseAttributes.BY"
2829
v-model="yearOfCreation"
2930
:label="$t('stepper.AD.form.year-of-creation.label')"
3031
:placeholder="$t('stepper.AD.form.year-of-creation.placeholder')"
@@ -49,7 +50,7 @@ export default {
4950
}
5051
},
5152
computed: {
52-
...mapState(['attributionDetails']),
53+
...mapState(['attributionDetails', 'currentLicenseAttributes']),
5354
creatorName: {
5455
get() { return this.attributionDetails.creatorName },
5556
set(newVal) {

0 commit comments

Comments
 (0)