FIX: User directory - correct variable names (#13798)

This commit is contained in:
Mark VanLandingham 2021-07-20 09:58:54 -05:00 committed by GitHub
parent efc8d5f134
commit af5cf5ec2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ export default Component.extend({
}
},
willDestoryElement() {
willDestroyElement() {
this._tableContainer.removeEventListener("scroll", this.onBottomScroll);
this._topHorizontalScrollBar.removeEventListener(
"scroll",

View File

@ -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|}}