Add more buttons to ContactModal

This commit is contained in:
Fedor Indutny 2024-02-14 12:25:27 -08:00 committed by GitHub
parent 307fb7346d
commit 848ed95bda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 150 additions and 30 deletions

View file

@ -175,7 +175,9 @@ export function AddUserToAnotherGroupModal({
<div className="AddUserToAnotherGroupModal__main-body">
<SearchInput
i18n={i18n}
placeholder={i18n('icu:contactSearchPlaceholder')}
placeholder={i18n(
'icu:AddUserToAnotherGroupModal__search-placeholder'
)}
onChange={handleSearchInputChange}
ref={inputRef}
value={searchTerm}