We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adb369 commit a34aa72Copy full SHA for a34aa72
src/components/editor/operator/EditorOperator.tsx
@@ -99,9 +99,6 @@ export const EditorOperatorName = <T extends FieldValues>({
99
selected={active}
100
/>
101
)}
102
- popoverContentProps={{
103
- className: 'max-h-64 overflow-auto',
104
- }}
105
noResults={<MenuItem disabled text={`没有匹配的${entityName}`} />}
106
inputProps={{
107
placeholder: `${entityName}名`,
0 commit comments