main
Ilham Wara Nugroho 2026-06-12 14:12:20 +07:00
parent cbd6d5d444
commit b64a56d2d1
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@
}).then((result) => { }).then((result) => {
if (result.isConfirmed) { if (result.isConfirmed) {
$.ajax({ $.ajax({
url: '{{ route("modules.form.metadata.destroy", "":id") }}'.replace(':id', metadataId), url: "{{ route('modules.form.metadata.destroy', ':id') }}".replace(':id', metadataId),
type: 'POST', type: 'POST',
data: { data: {
_token: '{{ csrf_token() }}', _token: '{{ csrf_token() }}',