diff --git a/htdocs/resources/views/dokter/dashborad.blade.php b/htdocs/resources/views/dokter/dashborad.blade.php index 8932d537..a4c5b5ec 100644 --- a/htdocs/resources/views/dokter/dashborad.blade.php +++ b/htdocs/resources/views/dokter/dashborad.blade.php @@ -386,10 +386,6 @@ $(document).ready(function() { confirmButtonText: 'Ya, batalkan', cancelButtonText: 'Tidak' }, function(isConfirm) { - if (!isConfirm) { - return; - } - $.post('{{ url("dashboard/early-warning") }}/' + id + '/cancel', { _token: '{{ csrf_token() }}' }, function (data) { swal({ title: data.status || 'Sukses',