diff --git a/apps/dokploy/components/dashboard/projects/show.tsx b/apps/dokploy/components/dashboard/projects/show.tsx index 92fc337f..ee36188e 100644 --- a/apps/dokploy/components/dashboard/projects/show.tsx +++ b/apps/dokploy/components/dashboard/projects/show.tsx @@ -36,6 +36,7 @@ import { Fragment } from "react"; import { toast } from "sonner"; import { ProjectEnviroment } from "./project-enviroment"; import { UpdateProject } from "./update"; +import {SearchCommand} from "@/components/dashboard/projects/search-command"; export const ShowProjects = () => { const utils = api.useUtils(); @@ -51,8 +52,14 @@ export const ShowProjects = () => { ); const { mutateAsync } = api.project.remove.useMutation(); + + return ( <> + + {/*@ts-expect-error Type mismatch*/} + + {data?.length === 0 && (