2
0

feat(viewer): Add variables in URL support

This commit is contained in:
Baptiste Arnaud
2022-02-17 10:46:04 +01:00
parent f7d6f0b766
commit 6e0ab67502
15 changed files with 550 additions and 58 deletions

View File

@ -10,7 +10,7 @@ import {
useResults,
} from 'services/results'
import { unparse } from 'papaparse'
import { PublishFirstInfo, UnlockProPlanInfo } from 'components/shared/Info'
import { UnlockProPlanInfo } from 'components/shared/Info'
type Props = {
typebotId: string
@ -111,7 +111,6 @@ export const SubmissionsContent = ({
return (
<Stack maxW="1200px" w="full" pb="28">
<PublishFirstInfo />
{totalHiddenResults && (
<UnlockProPlanInfo
buttonLabel={`Unlock ${totalHiddenResults} results`}