Skip to content

Commit

Permalink
Merge pull request #238 from DaveLuhman:DaveLuhman/issue233
Browse files Browse the repository at this point in the history
Fix tool archiving URL in editTool.hbs
  • Loading branch information
DaveLuhman authored Jul 16, 2024
2 parents a6dc25b + 0b78d4e commit cbb3038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/editTool.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
{
e.preventDefault()
if(window.confirm('Would you like to archive this tool?')) {
window.location.href = '/tool/archive/{{id}}'
window.location.href = '/tool/archive/{{tools.0.id}}'
}
})
}
Expand Down

0 comments on commit cbb3038

Please sign in to comment.