diff --git a/resources/js/Pages/Superuser/Role/Index.vue b/resources/js/Pages/Superuser/Role/Index.vue index 5966e5d..58cd942 100644 --- a/resources/js/Pages/Superuser/Role/Index.vue +++ b/resources/js/Pages/Superuser/Role/Index.vue @@ -75,6 +75,7 @@ const destroy = async (role, refresh) => { const response = await Swal.fire({ title: 'Are you sure?', text: 'You can\'t restore it after deleted', + icon: 'question', showCancelButton: true, showCloseButton: true, })