diff --git a/Views/Panduan/Index.cshtml b/Views/Panduan/Index.cshtml index f166531..989cad8 100644 --- a/Views/Panduan/Index.cshtml +++ b/Views/Panduan/Index.cshtml @@ -20,24 +20,6 @@ - - - - @@ -323,7 +306,7 @@ $(document).ready(function () { cancelButtonText: 'Batal' }).then((result) => { if (result.isConfirmed) { - showDeleteToast(); + showSuccessToast("Panduan berhasil dihapus!", "Data Panduan telah berhasil dihapus."); table.ajax.reload(); } });