fix(UI): remove deprecated prop from type dec

This commit is contained in:
jakeaturner 2026-08-14 22:26:25 +00:00 committed by Jake Turner
parent d022c2de90
commit b6f45d4b24
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ interface ChatInterfaceProps {
chatSuggestions?: string[]
chatSuggestionsEnabled?: boolean
chatSuggestionsLoading?: boolean
rewriteModelAvailable?: boolean
}
export default function ChatInterface({