"use client" import { useState } from "react" import { Button } from "@/components/ui/button" import { Input } from "@/components/ui/input" import { Label } from "@/components/ui/label" import { useAdminDriveOrgFolderMutations, useAdminDriveOrgFolders, } from "@/lib/api/hooks/use-admin-drive-queries" export function DriveOrgFoldersSection() { const folders = useAdminDriveOrgFolders() const { create, remove, sync } = useAdminDriveOrgFolderMutations() const [orgSlug, setOrgSlug] = useState("") const [mountPoint, setMountPoint] = useState("") const [syncSlugs, setSyncSlugs] = useState("") return (
Group folders Nextcloud liés aux organisations Authentik.
{folder.mount_point}
{folder.org_slug}