diff --git a/src/app/features/global-masters/countries/pages/country-list/country-list.ts b/src/app/features/global-masters/countries/pages/country-list/country-list.ts index faf66fb9..828d3f79 100644 --- a/src/app/features/global-masters/countries/pages/country-list/country-list.ts +++ b/src/app/features/global-masters/countries/pages/country-list/country-list.ts @@ -124,10 +124,10 @@ export class CountryList implements OnInit { type: 'activate', label: 'Activate', icon: 'ti ti-toggle-left', className: 'text-success', visible: row => !row.isActive, disabled: row => this.statusChangingId() === row.id || this.deletingId() === row.id }, - { - type: 'delete', label: 'Delete', icon: 'ti ti-trash', className: 'text-danger', - disabled: row => this.statusChangingId() === row.id || this.deletingId() === row.id - } + // { + // type: 'delete', label: 'Delete', icon: 'ti ti-trash', className: 'text-danger', + // disabled: row => this.statusChangingId() === row.id || this.deletingId() === row.id + // } ]); ngOnInit(): void {