diff --git a/packages/frontend/core/src/components/page-list/filter/condition.tsx b/packages/frontend/core/src/components/page-list/filter/condition.tsx index 2ba089751..5987d6bdb 100644 --- a/packages/frontend/core/src/components/page-list/filter/condition.tsx +++ b/packages/frontend/core/src/components/page-list/filter/condition.tsx @@ -1,5 +1,6 @@ -import { Menu, MenuItem } from '@affine/component'; +import { Menu, MenuItem, Tooltip } from '@affine/component'; import type { Filter, Literal, PropertiesMeta } from '@affine/env/filter'; +import clsx from 'clsx'; import type { ReactNode } from 'react'; import { useMemo } from 'react'; @@ -45,14 +46,7 @@ export const Condition = ({ (({ ast }) => { const args = renderArgs(value, onChange, data.type); return ( -