Remove default contributors value in propsal component #93

Merged
bumi merged 2 commits from fix/contributor-list-on-proposals into master 2019-04-03 17:02:06 +00:00
Showing only changes of commit 3dbcba5eb2 - Show all commits
+1 -1
View File
@@ -5,7 +5,7 @@ import { and, notEmpty } from '@ember/object/computed';
export default Component.extend({ export default Component.extend({
attributes: null, attributes: null,
contributors: null, contributors: Object.freeze([]),
isValidContributor: notEmpty('contributorId'), isValidContributor: notEmpty('contributorId'),
isValidAmount: computed('amount', function() { isValidAmount: computed('amount', function() {