We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db88ffd commit f7563e3Copy full SHA for f7563e3
frontend/src/scenes/groups/Groups.tsx
@@ -115,7 +115,7 @@ export function Groups({ groupTypeIndex }: { groupTypeIndex: number }): JSX.Elem
115
</Link>
116
</LemonBanner>
117
<CodeSnippet language={Language.JavaScript} wrap>
118
- {`posthog.group('${singular}', 'id:5', {\n` +
+ {`posthog.group('${singular}', your_${singular}_id, {\n` +
119
` name: 'Awesome ${singular}',\n` +
120
' value: 11\n' +
121
'});'}
0 commit comments