Web: Shared: Components: LanguageCombobox: Refactoring.

This commit is contained in:
Tatiana Lopaeva 2024-04-25 12:25:46 +03:00
parent 151aa7d4e4
commit 5eda0f0abb
2 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
import { transform } from "lodash";
// (c) Copyright Ascensio System SIA 2009-2024
//
// This program is a free software product.

View File

@ -60,12 +60,10 @@ const LanguageCombobox = (props: ComboboxProps) => {
onSelectLanguage(culture.key);
};
console.log("currentCulture", selectedCulture, cultureNames);
if (!currentCulture) return <></>;
return (
<StyledComboBox
name="HELLO"
className={`language-combo-box ${className}`}
directionY="both"
options={cultureNames}