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 20, 2023
1 parent d3be553 commit e0fe590
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 @@
[display]="documentDisplayMode$ | async"
[currentFolderId]="'-trashcan-'"
[selectionMode]="'multiple'"
[multiselect]="true"
[multiselect]="false"
[navigate]="false"
[sortingMode]="'client'"
[imageResolver]="imageResolver"
Expand Down

0 comments on commit e0fe590

Please sign in to comment.