Skip to content

Commit

Permalink
Progress edit task
Browse files Browse the repository at this point in the history
  • Loading branch information
jggj21 authored Aug 29, 2024
1 parent fa2ef29 commit 2500fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/tasks.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@
var taskName = button.getAttribute('data-task-name');
var taskFile = button.getAttribute('data-task-file');
console.log("OPEN MODAL");
console.log({taskId, taskName, taskFile});
var modal = document.getElementById('editTaskModal');
modal.querySelector('#editTaskId').value = taskId;
modal.querySelector('#editTaskName').value = taskName;
Expand Down

0 comments on commit 2500fc8

Please sign in to comment.