diff --git a/gui/app/components/section/trello/type-editor.js b/gui/app/components/section/trello/type-editor.js index 5d2315b3..c399f5a9 100644 --- a/gui/app/components/section/trello/type-editor.js +++ b/gui/app/components/section/trello/type-editor.js @@ -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')); }),