mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 02:51:09 +10:00
refactor: merge to single file
This commit is contained in:
@ -7,7 +7,7 @@ import { useAddGroupMemberMutation } from "@/features/group/queries/group-query.
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
export default function AddGroupMemberModal() {
|
||||
const { t } = useTranslation("group");
|
||||
const { t } = useTranslation();
|
||||
const { groupId } = useParams();
|
||||
const [opened, { open, close }] = useDisclosure(false);
|
||||
const [userIds, setUserIds] = useState<string[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user