diff --git a/src/components/AttributionDetailsStep.vue b/src/components/AttributionDetailsStep.vue
index 65aeb47e..b6d71474 100644
--- a/src/components/AttributionDetailsStep.vue
+++ b/src/components/AttributionDetailsStep.vue
@@ -22,20 +22,24 @@
+ {{ attributionErrorMsg.workUrlError }}
+ {{ attributionErrorMsg.creatorProfileUrlError }}
+ {{ attributionErrorMsg.yearOfCreationError }}
= 1000 && Number(value)<=9999 && !value.includes('.')){
+ this.attributionErrorMsg.yearOfCreationError = '';
+ }
+ else {
+ this.attributionErrorMsg.yearOfCreationError = 'Please enter a valid year';
+ }
+ },
...mapMutations([
'setCreatorName',
'setCreatorProfileUrl',