feat: searchable users selectors on admin page

This commit is contained in:
2025-01-27 17:51:13 +04:00
parent 5005565851
commit 52619f119f
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ const ShownUsersMultiSelect = ({
placeholder={ placeholder={
shownUsers.length > 0 ? "" : "Показанные пользователи" shownUsers.length > 0 ? "" : "Показанные пользователи"
} }
searchable
/> />
); );
}; };

View File

@@ -189,6 +189,7 @@ const WorkTimeTable = () => {
placeholder={ placeholder={
shownUsers.length > 0 ? "" : "Показанные пользователи" shownUsers.length > 0 ? "" : "Показанные пользователи"
} }
searchable
/> />
<Flex gap={rem(10)}> <Flex gap={rem(10)}>
<DatePickerInput <DatePickerInput