Parcourir la source

fix: link address error in the embedding in websites first example (#18677)

tags/1.3.1
Junjie.M il y a 6 mois
Parent
révision
7b00f35a0d
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      web/app/components/app/overview/embedded/index.tsx

+ 1
- 1
web/app/components/app/overview/embedded/index.tsx Voir le fichier

@@ -29,7 +29,7 @@ const OPTION_MAP = {
iframe: {
getContent: (url: string, token: string) =>
`<iframe
src="${url}${basePath}/chat/${token}"
src="${url}${basePath}/chatbot/${token}"
style="width: 100%; height: 100%; min-height: 700px"
frameborder="0"
allow="microphone">

Chargement…
Annuler
Enregistrer