Skip to content

Commit

Permalink
add id to locker update request
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed May 15, 2024
1 parent 8dec33a commit 9569d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(admin)/admin/edit/views/LockerEdit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
let data;
function launchEdit(id) {
console.log("all")
data = id;
showModal = true;
}
Expand Down

0 comments on commit 9569d94

Please sign in to comment.