perbaikan master
This commit is contained in:
@@ -76,6 +76,8 @@ export class MasterRoleComponent {
|
||||
openAddMasterModal() {
|
||||
const modalRef = this.modalService.open(AddEditMasterComponent, {
|
||||
size: "lg",
|
||||
backdrop: 'static', // Add this line
|
||||
keyboard: false // Add this line
|
||||
});
|
||||
|
||||
modalRef.componentInstance.headerId = this.dataMasterCategori.id;
|
||||
@@ -101,6 +103,8 @@ export class MasterRoleComponent {
|
||||
editRow(row) {
|
||||
const modalRef = this.modalService.open(AddEditMasterComponent, {
|
||||
size: "lg",
|
||||
backdrop: 'static', // Add this line
|
||||
keyboard: false // Add this line
|
||||
});
|
||||
|
||||
modalRef.componentInstance.headerId = this.dataMasterCategori.id;
|
||||
|
||||
Reference in New Issue
Block a user