diff --git a/src/components/Form/context/OrcidSettingsForm.vue b/src/components/Form/context/OrcidSettingsForm.vue index 4b865a753..1e02098aa 100644 --- a/src/components/Form/context/OrcidSettingsForm.vue +++ b/src/components/Form/context/OrcidSettingsForm.vue @@ -16,7 +16,7 @@ export default { */ fieldChanged: function (name, prop, value, localeKey) { if (name === 'orcidEnabled') { - this.removeError('orcidProfileAPIPath', localeKey); + this.removeError('orcidApiType', localeKey); this.removeError('orcidClientId', localeKey); this.removeError('orcidClientSecret', localeKey); }