fix buttons missing type="button"
Triggers unintentional form submits if missing `type` property.
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
/>
|
||||
|
||||
<button
|
||||
type="button"
|
||||
{id}
|
||||
class={[
|
||||
'text-sui-text flex size-7 appearance-none items-center',
|
||||
|
||||
Reference in New Issue
Block a user