mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-03-31 21:27:28 +00:00
chore: lint
This commit is contained in:
@@ -8,10 +8,10 @@ import {
|
||||
switchTenant,
|
||||
SwitchTenantState,
|
||||
} from "@/actions/users/tenants";
|
||||
import { reloadPage } from "@/lib/navigation";
|
||||
import { useToast } from "@/components/ui";
|
||||
import { CustomServerInput } from "@/components/ui/custom";
|
||||
import { FormButtons } from "@/components/ui/form";
|
||||
import { reloadPage } from "@/lib/navigation";
|
||||
|
||||
export const CreateTenantForm = ({
|
||||
setIsOpen,
|
||||
|
||||
@@ -4,9 +4,9 @@ import { useSession } from "next-auth/react";
|
||||
import { Dispatch, SetStateAction, useActionState, useEffect } from "react";
|
||||
|
||||
import { switchTenant } from "@/actions/users/tenants";
|
||||
import { reloadPage } from "@/lib/navigation";
|
||||
import { useToast } from "@/components/ui";
|
||||
import { FormButtons } from "@/components/ui/form";
|
||||
import { reloadPage } from "@/lib/navigation";
|
||||
|
||||
export const SwitchTenantForm = ({
|
||||
tenantId,
|
||||
|
||||
@@ -28,7 +28,6 @@ export const MembershipsCardClient = ({
|
||||
memberships,
|
||||
tenantsMap,
|
||||
isOwner,
|
||||
hasManageAccount,
|
||||
sessionTenantId,
|
||||
}: MembershipsCardClientProps) => {
|
||||
const [isCreateOpen, setIsCreateOpen] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user