chore: Aggiunto `type` a LoadingButton

This commit is contained in:
Maicol Battistini 2022-03-16 23:58:37 +01:00
parent dbe4040421
commit 3d84995c5a
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ type Attributes = JSXElement<Button> & {
export class LoadingButton extends Component<Attributes> {
view() {
return ( // @ts-ignore
<mwc-button {...this.attrs.all()}>
<mwc-button type="loading-button" {...this.attrs.all()}>
<span slot="icon" style="display: inline;">
<mwc-circular-progress
indeterminate