Skip to content

Commit

Permalink
fix: recording filters notebooks (#25791)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored and timgl committed Oct 25, 2024
1 parent 8e0ebb3 commit 73ab675
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion frontend/src/scenes/notebooks/Nodes/NotebookNodePlaylist.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { createPostHogWidgetNode } from 'scenes/notebooks/Nodes/NodeWrapper'
import { FilterType, NotebookNodeType, RecordingUniversalFilters, ReplayTabs } from '~/types'
import {
DEFAULT_RECORDING_FILTERS,
SessionRecordingPlaylistLogicProps,
convertLegacyFiltersToUniversalFilters,
sessionRecordingsPlaylistLogic,
Expand Down Expand Up @@ -143,7 +144,7 @@ export const NotebookNodePlaylist = createPostHogWidgetNode<NotebookNodePlaylist
expandable: false,
attributes: {
universalFilters: {
default: undefined,
default: DEFAULT_RECORDING_FILTERS,
},
pinned: {
default: undefined,
Expand Down

0 comments on commit 73ab675

Please sign in to comment.