perbaikan master

This commit is contained in:
2024-07-02 22:45:07 +07:00
parent b2d8a8e2f6
commit b095f870dd
17 changed files with 166 additions and 57 deletions

View File

@@ -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;