Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/CATcher-org/CATcher into …
Browse files Browse the repository at this point in the history
…branch-issue-number
  • Loading branch information
DennieDan committed Jan 20, 2025
2 parents 9def187 + 7c8c084 commit 7f38fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/shared/issue-tables/issue-tables.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@
<mat-card *ngIf="this.issues.isLoading$ | async" style="display: flex; justify-content: center; align-items: center">
<mat-progress-spinner color="primary" mode="indeterminate" diameter="50" strokeWidth="5"></mat-progress-spinner>
</mat-card>
<br />
<mat-paginator
[paginatorLocalStorage]="this.table_name"
[pageSize]="this.tableSettings.pageSize"
Expand Down

0 comments on commit 7f38fb0

Please sign in to comment.