From b6f45d4b24882b9c0d46a08000554da58d5be002 Mon Sep 17 00:00:00 2001 From: jakeaturner Date: Fri, 14 Aug 2026 22:26:25 +0000 Subject: [PATCH] fix(UI): remove deprecated prop from type dec --- admin/inertia/components/chat/ChatInterface.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/inertia/components/chat/ChatInterface.tsx b/admin/inertia/components/chat/ChatInterface.tsx index 814b3a1..4e983f3 100644 --- a/admin/inertia/components/chat/ChatInterface.tsx +++ b/admin/inertia/components/chat/ChatInterface.tsx @@ -14,7 +14,6 @@ interface ChatInterfaceProps { chatSuggestions?: string[] chatSuggestionsEnabled?: boolean chatSuggestionsLoading?: boolean - rewriteModelAvailable?: boolean } export default function ChatInterface({