Skip to content

Commit

Permalink
ACS-5638 hide checkboxes in file lists
Browse files Browse the repository at this point in the history
  • Loading branch information
g-jaskowski committed Jul 24, 2023
1 parent 9204194 commit 4cf5124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
acaContextActions
[display]="documentDisplayMode$ | async"
[selectionMode]="'multiple'"
[multiselect]="true"
[multiselect]="false"
[currentFolderId]="node?.id"
[loading]="true"
[showHeader]="showHeader"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="aca-page-title">{{ 'APP.BROWSE.TRASHCAN.TITLE' | translate }}</h1>
[display]="documentDisplayMode$ | async"
[currentFolderId]="'-trashcan-'"
[selectionMode]="'multiple'"
[multiselect]="true"
[multiselect]="false"
[navigate]="false"
[sortingMode]="'client'"
[imageResolver]="imageResolver"
Expand Down

0 comments on commit 4cf5124

Please sign in to comment.