[ACS-8779] Keep selections and question after going to the previous page (#4147)

This commit is contained in:
jacekpluta
2024-10-04 14:54:09 +02:00
committed by GitHub
parent 64dfc48468
commit 3ec6d0be32
26 changed files with 457 additions and 123 deletions

View File

@@ -36,6 +36,7 @@
[node]="nodeResult"
[allowDropFiles]="true"
[displayCheckboxesOnHover]="true"
[preselectNodes]="selectedNodesState?.nodes"
[navigate]="false"
[sorting]="['name', 'asc']"
[imageResolver]="imageResolver"