Skip to content

Commit

Permalink
fixup: default to not log button clicks for downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Mar 28, 2024
1 parent fdb2983 commit c036ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/src/DownloadsPage/downloadsPageStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const GetUrlButtons = ({
includeGCP,
includeAWS,
includeAzure,
logClicks,
logClicks = false,
}: GetUrlButtonsProps) => {
return (
<>
Expand Down

0 comments on commit c036ce2

Please sign in to comment.