Pārlūkot izejas kodu

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

tags/1.3.1
Junjie.M pirms 6 mēnešiem
vecāks
revīzija
7b00f35a0d
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      web/app/components/app/overview/embedded/index.tsx

+ 1
- 1
web/app/components/app/overview/embedded/index.tsx Parādīt failu

@@ -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">

Notiek ielāde…
Atcelt
Saglabāt