Skip to content

Commit f7563e3

Browse files
authored
chore(groups): Make team empty state snippet more obvious (#28107)
1 parent db88ffd commit f7563e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/scenes/groups/Groups.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export function Groups({ groupTypeIndex }: { groupTypeIndex: number }): JSX.Elem
115115
</Link>
116116
</LemonBanner>
117117
<CodeSnippet language={Language.JavaScript} wrap>
118-
{`posthog.group('${singular}', 'id:5', {\n` +
118+
{`posthog.group('${singular}', your_${singular}_id, {\n` +
119119
` name: 'Awesome ${singular}',\n` +
120120
' value: 11\n' +
121121
'});'}

0 commit comments

Comments
 (0)