diff --git a/src/app/components/add-dialog/add-dialog.component.html b/src/app/components/add-dialog/add-dialog.component.html index 6c28c0882..874d0bc74 100644 --- a/src/app/components/add-dialog/add-dialog.component.html +++ b/src/app/components/add-dialog/add-dialog.component.html @@ -1,13 +1,7 @@

{{ config.title }}

-
+
{{ config.title }} + [config]=" + config.stixListConfig || { + select: config.selectionType + ? config.selectionType + : config.select + ? 'many' + : 'disabled', + selectionModel: config.select, + type: config.type, + clickBehavior: 'expand', + stixObjects: config.selectableObjects + ? config.selectableObjects + : undefined, + showFilters: false, + } + "> - +