mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(table-header): button should have explicit type="button"
(#1573)
This commit is contained in:
parent
a3204cc131
commit
ba62f45d34
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
on:mouseleave
|
||||
>
|
||||
<button
|
||||
type="button"
|
||||
class:bx--table-sort="{true}"
|
||||
class:bx--table-sort--active="{active}"
|
||||
class:bx--table-sort--ascending="{active &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue