diff --git a/packages/core/client/src/workflow/triggers/collection.tsx b/packages/core/client/src/workflow/triggers/collection.tsx index 4464a7908e..5caa28c0f6 100644 --- a/packages/core/client/src/workflow/triggers/collection.tsx +++ b/packages/core/client/src/workflow/triggers/collection.tsx @@ -9,6 +9,7 @@ import { useFlowContext } from '../WorkflowCanvas'; import { BaseTypeSet } from '../calculators'; import { collection, filter } from '../schemas/collection'; import { useTranslation } from 'react-i18next'; +import { css } from '@emotion/css'; const FieldsSelect = observer((props) => { const compile = useCompile(); @@ -19,6 +20,9 @@ const FieldsSelect = observer((props) => { return (