Skip to content

Commit

Permalink
fix(admin): fix TeamAdmin error
Browse files Browse the repository at this point in the history
  • Loading branch information
bretthoerner committed Oct 30, 2023
1 parent 211aeb2 commit aee3abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class TeamAdmin(admin.ModelAdmin):
"session_recording_sample_rate",
"session_recording_minimum_duration_milliseconds",
"session_recording_linked_flag",
"updateCurrentTeam({ capture_console_log_opt_in: checked })" "data_attributes",
"data_attributes",
"session_recording_version",
"access_control",
"inject_web_apps",
Expand Down

0 comments on commit aee3abe

Please sign in to comment.