Skip to content

Commit

Permalink
fix: recording filters notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Oct 24, 2024
1 parent 75e28ba commit a1b8b61
Showing 1 changed file with 2 additions and 1 deletion.
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 a1b8b61

Please sign in to comment.