diff --git a/frontend/src/lib/components/PropertyFilters/propertyFilterLogic.ts b/frontend/src/lib/components/PropertyFilters/propertyFilterLogic.ts index 3abbb012ddfc3..08fd06bdeedbd 100644 --- a/frontend/src/lib/components/PropertyFilters/propertyFilterLogic.ts +++ b/frontend/src/lib/components/PropertyFilters/propertyFilterLogic.ts @@ -44,8 +44,7 @@ export const propertyFilterLogic = kea([ 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() }