Files
ragflow/web/src/constants/form.ts
balibabu 3234a15aae Fix: Fixed the issue of retrieval operator text overlapping #3221 (#8652)
### What problem does this PR solve?

Fix: Fixed the issue of retrieval operator text overlapping #3221

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-07-03 19:04:06 +08:00

6 lines
102 B
TypeScript

export enum FormLayout {
Horizontal = 'horizontal',
Vertical = 'vertical',
Inline = 'inline',
}