diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 693eeb3a..0cac040b 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -12,7 +12,7 @@

[data]="publications$ | async" [columns]="tableColumns" [paginate]="true" - [select]="true" + [select]="false" [currentPage]="currentPage" [dataCount]="count$ | async" [dataPerPage]="itemsPerPage"