fix(engine): 🚑️ Viewer host
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
.PhoneInputInput {
|
||||
padding: 1rem 0.5rem;
|
||||
outline: none !important;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.PhoneInputCountry {
|
||||
|
@ -36,7 +36,7 @@ export type TypebotViewerProps = {
|
||||
|
||||
export const TypebotViewer = ({
|
||||
typebot,
|
||||
apiHost = process.env.NEXT_PUBLIC_VIEWER_URL,
|
||||
apiHost = process.env.NEXT_PUBLIC_VIEWER_URL?.split(',')[0],
|
||||
isPreview = false,
|
||||
style,
|
||||
predefinedVariables,
|
||||
|
Reference in New Issue
Block a user