diff options
Diffstat (limited to 'client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html')
-rw-r--r-- | client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html b/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html index c5fd3ccb9..354176a11 100644 --- a/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html +++ b/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html | |||
@@ -1,7 +1,7 @@ | |||
1 | <p-table | 1 | <p-table |
2 | [value]="videoChangeOwnerships" | 2 | [value]="videoChangeOwnerships" |
3 | [lazy]="true" | 3 | [lazy]="true" |
4 | [paginator]="true" | 4 | [paginator]="totalRecords > 0" |
5 | [totalRecords]="totalRecords" | 5 | [totalRecords]="totalRecords" |
6 | [rows]="rowsPerPage" | 6 | [rows]="rowsPerPage" |
7 | [sortField]="sort.field" | 7 | [sortField]="sort.field" |