Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
newfish-cmyk committed Jul 12, 2024
1 parent d5aa555 commit e7f40b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const ChatTest = ({ appForm }: { appForm: AppSimpleEditFormType }) => {
setWorkflowData({ nodes, edges });
}, [appForm, setWorkflowData]);

const { resetChatBox, ChatBox } = useChatTest({
const { resetChatBox, ChatContainer } = useChatTest({
...workflowData,
chatConfig: appForm.chatConfig
});
Expand All @@ -54,7 +54,7 @@ const ChatTest = ({ appForm }: { appForm: AppSimpleEditFormType }) => {
</MyTooltip>
</Flex>
<Box flex={1}>
<ChatBox />
<ChatContainer />
</Box>
</Flex>
);
Expand Down

0 comments on commit e7f40b5

Please sign in to comment.