diff --git a/ui/app/_fallbacks/enterprise/components/prompt-deployments/promptDeploymentView.tsx b/ui/app/_fallbacks/enterprise/components/prompt-deployments/promptDeploymentView.tsx index 628e44439a..62b121798a 100644 --- a/ui/app/_fallbacks/enterprise/components/prompt-deployments/promptDeploymentView.tsx +++ b/ui/app/_fallbacks/enterprise/components/prompt-deployments/promptDeploymentView.tsx @@ -1,7 +1,7 @@ import { Router } from "lucide-react"; import ContactUsView from "../views/contactUsView"; -export default function PromptDeploymentView() { +export default function PromptDeploymentView(_props?: { omitTitle?: boolean }) { return (