Fix Bug 63110 - Rooms.Search. Fixed checkbox "Search by Owners" after rewrite to typescript

This commit is contained in:
Nikita Gopienko 2024-03-20 12:33:54 +03:00
parent f83ad53703
commit 327b1cd306

View File

@ -1718,6 +1718,7 @@ const SectionFilterContent = ({
group: FilterGroups.roomFilterOwner,
label: t("Translations:SearchByOwner"),
isCheckbox: true,
isDisabled: false,
},
];