Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix horizontal filter bar test
Browse files Browse the repository at this point in the history
kgabryje committed Jan 28, 2025
1 parent 8ae7b32 commit c2a5df2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -35,6 +35,9 @@ const renderWrapper = (overrideProps?: Record<string, any>) =>
render(<HorizontalBar {...defaultProps} {...overrideProps} />, {
useRedux: true,
initialState: {
dashboardState: {
sliceIds: [],
},
dashboardInfo: {
dash_edit_perm: true,
},

0 comments on commit c2a5df2

Please sign in to comment.