This dialog gathers the options for sending a single link to multiple documents.
Selected documents:
{{ selectionCount }}
@if (documentPreview.length > 0) {
@for (docId of documentPreview; track docId) {
-
{{ docId }}
}
@if (selectionCount > documentPreview.length) {
-
+ {{ selectionCount - documentPreview.length }} moreā¦
}
}