Skip to content

Commit

Permalink
chore: Enhances collection preferences feature metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-kot committed Jan 13, 2025
1 parent 67c06fa commit cb5a8e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/collection-preferences/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default function CollectionPreferences({
hasContentDisplayPreference: !!contentDisplayPreference,
hasContentDensityPreference: !!contentDensityPreference,
hasStickyColumnsPreference: !!stickyColumnsPreference,
hasContentDisplayColumnFiltering: !!contentDisplayPreference?.enableColumnFiltering,
visibleContentOptionsCount: visibleContentPreference?.options?.length,
},
});
Expand Down

0 comments on commit cb5a8e4

Please sign in to comment.