FIX: Remove tabIndex and onKeyDown as they were not used

This commit is contained in:
Daniel
2024-12-25 18:25:01 +01:00
committed by Nicolás Hatcher Andrés
parent 40461b897b
commit ad2efad3ae

View File

@@ -36,12 +36,7 @@ const FormatPicker = (properties: FormatPickerProps) => {
>
<StyledDialogTitle>
{t("num_fmt.title")}
<Cross
onClick={handleClose}
title={t("num_fmt.close")}
tabIndex={0}
onKeyDown={() => {}}
>
<Cross onClick={handleClose} title={t("num_fmt.close")}>
<X />
</Cross>
</StyledDialogTitle>