@ -21,7 +21,7 @@ export const SettingsPage = () => {
|
|||||||
<TypebotHeader />
|
<TypebotHeader />
|
||||||
<Flex h="full" w="full">
|
<Flex h="full" w="full">
|
||||||
<SettingsSideMenu />
|
<SettingsSideMenu />
|
||||||
<Flex flex="1">
|
<Flex flex="1" overflow="hidden">
|
||||||
{publicTypebot && (
|
{publicTypebot && (
|
||||||
<TypebotViewer apiHost={getViewerUrl()} typebot={publicTypebot} />
|
<TypebotViewer apiHost={getViewerUrl()} typebot={publicTypebot} />
|
||||||
)}
|
)}
|
||||||
|
@ -16,7 +16,7 @@ export const ThemePage = () => {
|
|||||||
<TypebotHeader />
|
<TypebotHeader />
|
||||||
<Flex h="full" w="full">
|
<Flex h="full" w="full">
|
||||||
<ThemeSideMenu />
|
<ThemeSideMenu />
|
||||||
<Flex flex="1">
|
<Flex flex="1" overflow="hidden">
|
||||||
{publicTypebot && (
|
{publicTypebot && (
|
||||||
<TypebotViewer apiHost={getViewerUrl()} typebot={publicTypebot} />
|
<TypebotViewer apiHost={getViewerUrl()} typebot={publicTypebot} />
|
||||||
)}
|
)}
|
||||||
|
Reference in New Issue
Block a user