Skip to content

Commit

Permalink
fix horizontal filter bar test
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Jan 28, 2025
1 parent e28796c commit 524753b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ const renderWrapper = (overrideProps?: Record<string, any>) =>
render(<HorizontalBar {...defaultProps} {...overrideProps} />, {
useRedux: true,
initialState: {
dashboardState: {
sliceIds: [],
},
dashboardInfo: {
dash_edit_perm: true,
},
Expand Down

0 comments on commit 524753b

Please sign in to comment.