2
0

fix(builder): 🐛 Build syntax error

This commit is contained in:
Baptiste Arnaud
2022-05-23 14:59:26 -07:00
parent c168b678dd
commit 71c9c743d4

View File

@ -62,7 +62,7 @@ const parseContainerSnippet = ({
} }
type PopupEmbedCodeProps = { type PopupEmbedCodeProps = {
delay: number delay?: number
withStarterVariables?: boolean withStarterVariables?: boolean
} }