mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
Correct Trello computed property for non-admins
This commit is contained in:
parent
0847a82fc9
commit
64e6a41353
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export default Component.extend(SectionMixin, NotifierMixin, TooltipMixin, {
|
|||
boards: null,
|
||||
noBoards: false,
|
||||
appKey: "",
|
||||
trelloConfigured: computed('config.board', function () {
|
||||
trelloConfigured: computed('appKey', function () {
|
||||
return is.not.empty(this.get('appKey'));
|
||||
}),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue