fix(table-header): button should have explicit type="button" (#1573)

This commit is contained in:
David Wolf 2022-12-08 05:14:47 +01:00 committed by GitHub
commit ba62f45d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,7 @@
on:mouseleave on:mouseleave
> >
<button <button
type="button"
class:bx--table-sort="{true}" class:bx--table-sort="{true}"
class:bx--table-sort--active="{active}" class:bx--table-sort--active="{active}"
class:bx--table-sort--ascending="{active && class:bx--table-sort--ascending="{active &&