mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 00:21:09 +10:00
feat: complete space translation
This commit is contained in:
@ -7,9 +7,7 @@ import { formatMemberCount } from "@/lib";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
export default function SpaceList() {
|
||||
const { t } = useTranslation("settings", {
|
||||
keyPrefix: "workspace.space",
|
||||
});
|
||||
const { t } = useTranslation("space");
|
||||
const { data, isLoading } = useGetSpacesQuery();
|
||||
const [opened, { open, close }] = useDisclosure(false);
|
||||
const [selectedSpaceId, setSelectedSpaceId] = useState<string>(null);
|
||||
|
||||
Reference in New Issue
Block a user