add group chat
This commit is contained in:
@@ -58,7 +58,9 @@ export const Posts: FC<PostsProps> = ({ groupId }) => {
|
||||
<div className="h-[40px] mb-[20px] relative">
|
||||
<SearchInput
|
||||
className="w-[216px]"
|
||||
onChange={(v) => {}}
|
||||
onChange={(v) => {
|
||||
v;
|
||||
}}
|
||||
placeholder="Поиск сообщений"
|
||||
/>
|
||||
{isAdmin && (
|
||||
|
||||
Reference in New Issue
Block a user