chore(react): fix configure languages open in background

This commit is contained in:
Elian Doran
2025-08-25 14:48:13 +03:00
parent e89162838e
commit 3ec2947c4f
2 changed files with 5 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ interface FormListItemOpts {
disabled?: boolean;
checked?: boolean | null;
selected?: boolean;
onClick?: () => void;
onClick?: (e: MouseEvent) => void;
triggerCommand?: CommandNames;
description?: string;
className?: string;