From 347da5faf6e80d1755c9318caf5aef9054f4035a Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Sun, 5 Jan 2020 19:33:09 +0100 Subject: [PATCH] removed obsolete parameter. #280 --- app/components/doi-creators.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/doi-creators.js b/app/components/doi-creators.js index 38f0ae1ea..17741d4dc 100644 --- a/app/components/doi-creators.js +++ b/app/components/doi-creators.js @@ -1,7 +1,7 @@ import Component from '@ember/component'; export default Component.extend({ - validationClass: null, + // validationClass: null, didReceiveAttrs() { this._super(...arguments);