Skip to content

Commit

Permalink
fix(ui/snackbar): use label for action button content
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm authored and AliMD committed Apr 1, 2023
1 parent df010a8 commit 68beefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui-kit/src/snackbar/element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class AlwatrSnackbar extends AlwatrSurface {
this.actionLabel,
() =>
html`<alwatr-button
.content=${{labelKey: this.actionLabel}}
.content=${{label: this.actionLabel}}
@click=${this._actionButtonClick}
></alwatr-button>`,
)}`;
Expand Down

0 comments on commit 68beefa

Please sign in to comment.