Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
LongmetalAdmin committed Feb 14, 2024
1 parent a1001a4 commit f48806d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const getTodos = async () => {
<input id="edit" class="text" readonly="readonly" type="text" value= ${todo.todo}>
</div>
<div>
<label id="globalid" class="text" value=${todo.globalid}>
${todo.globalid}
</div>
<div class="actions">
<button class="delete" onclick="deleteTodo(event, ${todo.id})">Delete</button>
Expand Down

0 comments on commit f48806d

Please sign in to comment.