diff --git a/resources/views/partials/bulk_form.blade.php b/resources/views/partials/bulk_form.blade.php index fcffcd589bc7..4138c739bd49 100644 --- a/resources/views/partials/bulk_form.blade.php +++ b/resources/views/partials/bulk_form.blade.php @@ -24,4 +24,7 @@ function restoreEntity(id) { submitBulkForm('restore', id); } + function deleteEntity(id) { + submitBulkForm('delete', id); + } \ No newline at end of file