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 Oct 24, 2024
1 parent 3bb97b4 commit 682bd48
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 682bd48

Please sign in to comment.