Skip to content

Commit

Permalink
block action for a11y text
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Nov 15, 2024
1 parent 1907b11 commit e1444e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class Action extends LitElement implements InteractiveComponent, Loadable
*
* @private
*/
messages = useT9n<typeof T9nStrings>();
messages = useT9n<typeof T9nStrings>({ blocking: true });

/** Specifies the size of the component. */
@property({ reflect: true }) scale: Scale = "m";
Expand Down

0 comments on commit e1444e8

Please sign in to comment.