fix(UI): remove deprecated prop from type dec

This commit is contained in:
jakeaturner 2026-08-14 22:26:25 +00:00
parent ef45a9f412
commit 87caaf7d6b
No known key found for this signature in database
GPG Key ID: B1072EBDEECE328D
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({