Skip to content

Commit

Permalink
update button ids
Browse files Browse the repository at this point in the history
  • Loading branch information
cmintey committed Jul 30, 2024
1 parent 5bb80d5 commit 1c19215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/wishlists/ItemForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
/>
{#if data.url}
<button
id="showpassword"
id="reset-field"
tabindex="-1"
type="button"
on:click={() => (data.url = null)}
Expand All @@ -90,7 +90,7 @@
</div>
{#if data.url}
<button
id="showpassword"
id="refresh-item"
class="variant-ghost-primary btn btn-icon"
tabindex="-1"
type="button"
Expand Down

0 comments on commit 1c19215

Please sign in to comment.