fix(UI): remove deprecated prop from type dec
This commit is contained in:
parent
d022c2de90
commit
b6f45d4b24
|
|
@ -14,7 +14,6 @@ interface ChatInterfaceProps {
|
|||
chatSuggestions?: string[]
|
||||
chatSuggestionsEnabled?: boolean
|
||||
chatSuggestionsLoading?: boolean
|
||||
rewriteModelAvailable?: boolean
|
||||
}
|
||||
|
||||
export default function ChatInterface({
|
||||
|
|
|
|||
Loading…
Reference in New Issue