add chat embed code

This commit is contained in:
Henry
2023-05-10 15:55:17 +01:00
parent 24ceeb8671
commit f9f7a1136a
3 changed files with 43 additions and 19 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ const CanvasHeader = ({ chatflow, handleSaveFlow, handleDeleteFlow, handleLoadFl
const onAPIDialogClick = () => {
setAPIDialogProps({
title: 'Use this chatflow with API',
title: 'Embed in website or use as API',
chatflowid: chatflow.id,
chatflowApiKeyId: chatflow.apikeyid
})