removed unused computed property
Dieser Commit ist enthalten in:
Ursprung
873b30ac65
Commit
9d0a061099
1 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
|
@ -18,9 +18,6 @@ export default WizardFieldValidator.extend({
|
|||
noSimilarTopics: computed('similarTopics', function() {
|
||||
return this.similarTopics !== null && this.similarTopics.length == 0;
|
||||
}),
|
||||
showDefault: computed('hasNotSearched', 'hasInput', 'typing', function() {
|
||||
return this.hasInput && (this.hasNotSearched || this.typing);
|
||||
}),
|
||||
showSimilarTopics: computed('typing', 'hasSimilarTopics', function() {
|
||||
return this.hasSimilarTopics && !this.typing;
|
||||
}),
|
||||
|
|
Laden …
In neuem Issue referenzieren