Skip to content

Commit 2bba96e

Browse files
authored
fix: remove useless checkboxes
1 parent 853adbf commit 2bba96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/dashboard/dashboard.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1 class="title">
1212
[data]="publications$ | async"
1313
[columns]="tableColumns"
1414
[paginate]="true"
15-
[select]="true"
15+
[select]="false"
1616
[currentPage]="currentPage"
1717
[dataCount]="count$ | async"
1818
[dataPerPage]="itemsPerPage"

0 commit comments

Comments
 (0)