From 918ae5b2d143fdfb61177d1bb4a3885e140f1b5d Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 8 Jun 2017 17:06:19 +0200 Subject: [PATCH] Fix property dep --- app/components/add-contributor/component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/add-contributor/component.js b/app/components/add-contributor/component.js index 95ee3be..6aee5b6 100644 --- a/app/components/add-contributor/component.js +++ b/app/components/add-contributor/component.js @@ -28,7 +28,7 @@ export default Component.extend({ isValidURL: function() { return isPresent(this.get('newContributor.url')); - }.property('newContributor.name'), + }.property('newContributor.url'), isValidGithubUID: function() { return isPresent(this.get('newContributor.github_uid'));