We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de568f commit 526260cCopy full SHA for 526260c
assets/javascripts/discourse/components/teambuild-target.js
@@ -26,7 +26,6 @@ export default class TeambuildTarget extends Component.extend(
26
return !this.editing && this.index < this.length - 1;
27
}
28
29
- @computed
30
get targetTypes() {
31
return Object.keys(Types).map((key) => {
32
return { id: Types[key], name: underscore(key) };
0 commit comments