mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 11:52:44 +08:00
FIX: User directory - correct variable names (#13798)
This commit is contained in:
parent
efc8d5f134
commit
af5cf5ec2a
|
@ -79,7 +79,7 @@ export default Component.extend({
|
|||
}
|
||||
},
|
||||
|
||||
willDestoryElement() {
|
||||
willDestroyElement() {
|
||||
this._tableContainer.removeEventListener("scroll", this.onBottomScroll);
|
||||
this._topHorizontalScrollBar.removeEventListener(
|
||||
"scroll",
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
{{/if}}
|
||||
</div>
|
||||
|
||||
{{#conditional-loading-spinner condition=model.loading}}
|
||||
{{#conditional-loading-spinner condition=isLoading}}
|
||||
{{#if model.length}}
|
||||
<div class="total-rows">{{i18n "directory.total_rows" count=model.totalRows}}</div>
|
||||
{{#each model as |item|}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user