mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:12:23 +01:00
fix: Fix flaky dashboard e2e test (#21259)
This commit is contained in:
parent
1f2ff4ac32
commit
a9035daafb
@ -44,8 +44,7 @@ export const propertyFilterLogic = kea<propertyFilterLogicType>([
|
||||
|
||||
listeners(({ actions, props, values }) => ({
|
||||
// Only send update if value is set to something
|
||||
setFilter: async ({ property }, breakpoint) => {
|
||||
await breakpoint(300)
|
||||
setFilter: async ({ property }) => {
|
||||
if (props.sendAllKeyUpdates || property?.value || (property?.key && property.type === 'hogql')) {
|
||||
actions.update()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user