Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed Sep 3, 2024
1 parent 4dc45e6 commit 68281a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class MessageGroup extends Widget<Properties> {
$information.appendTo(this.element());
}

_optionChanged(args: Record<string, unknown>): void {
_optionChanged(args: OptionChanged<Properties>): void {
const { name } = args;

switch (name) {
Expand Down

0 comments on commit 68281a4

Please sign in to comment.