mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-01-14 09:55:44 +00:00
feat(media, suggestions): handle chat history correctly
This commit is contained in:
@@ -17,7 +17,7 @@ const SearchImages = ({
|
||||
messageId,
|
||||
}: {
|
||||
query: string;
|
||||
chatHistory: Message[];
|
||||
chatHistory: [string, string][];
|
||||
messageId: string;
|
||||
}) => {
|
||||
const [images, setImages] = useState<Image[] | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user