Skip to content

Commit

Permalink
fix: ListgroupItem button type (themesberg#549)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael <[email protected]>
  • Loading branch information
mikerowe81 and Michael authored Jan 23, 2023
1 parent 549ad61 commit 6b74d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/list-group/ListgroupItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
</a>
{:else}
<button
type="button"
class="inline-flex relative items-center text-left {itemClass}"
{disabled}
on:click={() => dispatch('click', $$props)}
Expand Down

0 comments on commit 6b74d73

Please sign in to comment.