{{yield}}
; } else { return {{! template-lint-disable no-yield-only}}{{yield}} ; } } @action async changeTopicNotificationLevel(levelId) { if (levelId === this.notificationLevel) { return; } this.isLoading = true; try { await this.args.topic.details.updateNotifications(levelId); } finally { this.isLoading = false; } } }