From 410060c03a12c544611cc9181f0c57a1ccc4eef2 Mon Sep 17 00:00:00 2001 From: Regiaaaaaa Date: Mon, 8 Dec 2025 11:32:32 +0700 Subject: [PATCH] style: change alert delete, add icon cancel --- Views/Panduan/Index.cshtml | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) 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(); } });