From 5246b0124a9f104f3e9fcf59e96754d54d871d4e Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Fri, 5 Jan 2024 10:18:40 -0800 Subject: [PATCH] WIP: Rename lots, add sitewide options, start on Orcid verify --- src/components/Form/context/OrcidSettingsForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }