rename param

This commit is contained in:
FrancescoMolinaro
2024-01-15 14:59:39 +01:00
parent ec9797a2c8
commit 6a1871ba38

View File

@@ -100,7 +100,7 @@ export class AdminNotifySearchResultComponent extends TabulatableResultListEleme
/**
* Open modal for details visualization
* @param message the message to be displayed
* @param notifyMessage the message to be displayed
*/
openDetailModal(notifyMessage: AdminNotifyMessage) {
const modalRef = this.modalService.open(AdminNotifyDetailModalComponent);