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> <StyledDialogTitle>
{t("num_fmt.title")} {t("num_fmt.title")}
<Cross <Cross onClick={handleClose} title={t("num_fmt.close")}>
onClick={handleClose}
title={t("num_fmt.close")}
tabIndex={0}
onKeyDown={() => {}}
>
<X /> <X />
</Cross> </Cross>
</StyledDialogTitle> </StyledDialogTitle>