2
0

feat(editor): Add a Help button

This commit is contained in:
Baptiste Arnaud
2022-06-18 08:45:51 +02:00
parent e4ad23c2b9
commit 5ef89f7501
8 changed files with 50 additions and 18 deletions

View File

@ -116,4 +116,4 @@ export const timeSince = (date: string) => {
}
export const isCloudProdInstance = () =>
window.location.hostname === 'app.typebot.io'
typeof window !== 'undefined' && window.location.hostname === 'app.typebot.io'