We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c4a4e commit 2f3c63cCopy full SHA for 2f3c63c
eform-client/src/app/modules/advanced/components/entity-search-grid/entity-search-grid.component.html
@@ -78,7 +78,7 @@ <h4 class="modal-title">Delete searchable_group?</h4>
78
</div>
79
</modal-body>
80
<modal-footer>
81
- <button type="button" class="btn btn-danger" (click)="deleteSelectedAdvEntityGroup()">OK</button>
+ <button type="button" class="btn btn-danger" (click)="deleteSelectedAdvEntitySearchableGroup()">OK</button>
82
<button type="button" class="btn btn-default" data-dismiss="deleteWorkerModal"
83
(click)="deleteAdvEntitySearchableGroupModal.dismiss()">Cancel
84
</button>
0 commit comments