Skip to content

Commit e77c96b

Browse files
committed
use lower case in posthog events
1 parent 7cac9fe commit e77c96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LabelHelpView/label-help-dialog-content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default () => {
178178
<Button
179179
onClick={() => {
180180
setInConfig("labelhelp.apikey", null)
181-
posthog.capture("API_key_button_clicked")
181+
posthog.capture("api_key_button_clicked")
182182
}}
183183
variant="outlined"
184184
>

0 commit comments

Comments
 (0)