Skip to content

Commit 1bb266b

Browse files
author
Natalia Kupriianova
committed
feat: [MULTIDIRECTORY-1011] Multiple movement of objects
1 parent 18c4313 commit 1bb266b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/multidirectory-app/src/app/features/ldap-browser/components/catalog-content/catalog-content.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ export class CatalogContentComponent implements OnInit, OnDestroy {
318318

319319
showContextMenu({ node, event: { x, y } }: any) {
320320
const data: ContextMenuData = {
321-
entity: [node],
321+
entity: node,
322322
};
323323

324324
this.contextMenuService

0 commit comments

Comments
 (0)