Skip to content

Commit

Permalink
send data form task
Browse files Browse the repository at this point in the history
  • Loading branch information
jggj21 authored Aug 29, 2024
1 parent 551d0c0 commit 6ebca41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/tasks.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
var formData = new FormData(this);
var taskId = $('#editTaskId').val();
var updateUrl = '/task/' + taskId;
console.log(taskId);
console.log({taskId, formData});
$.ajax({
url: updateUrl,
type: 'PUT',
Expand Down

0 comments on commit 6ebca41

Please sign in to comment.