Fix property dep
This commit is contained in:
@@ -28,7 +28,7 @@ export default Component.extend({
|
|||||||
|
|
||||||
isValidURL: function() {
|
isValidURL: function() {
|
||||||
return isPresent(this.get('newContributor.url'));
|
return isPresent(this.get('newContributor.url'));
|
||||||
}.property('newContributor.name'),
|
}.property('newContributor.url'),
|
||||||
|
|
||||||
isValidGithubUID: function() {
|
isValidGithubUID: function() {
|
||||||
return isPresent(this.get('newContributor.github_uid'));
|
return isPresent(this.get('newContributor.github_uid'));
|
||||||
|
|||||||
Reference in New Issue
Block a user