mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
Minor fixes and renaming to new chat ui components
This commit is contained in:
parent
5197269c43
commit
246e3d61ed
8 changed files with 616 additions and 473 deletions
|
|
@ -601,7 +601,7 @@ const CustomChatInputOptions = React.memo(
|
|||
|
||||
CustomChatInputOptions.displayName = "CustomChatInputOptions";
|
||||
|
||||
export const CustomChatInput = React.memo(
|
||||
export const ChatInputUI = React.memo(
|
||||
({
|
||||
onDocumentSelectionChange,
|
||||
selectedDocuments,
|
||||
|
|
@ -642,4 +642,4 @@ export const CustomChatInput = React.memo(
|
|||
}
|
||||
);
|
||||
|
||||
CustomChatInput.displayName = "CustomChatInput";
|
||||
ChatInputUI.displayName = "ChatInputUI";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue