mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: merge the begin operator's url and file into one field #3355 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -45,7 +45,6 @@ import {
|
||||
import upperFirst from 'lodash/upperFirst';
|
||||
import {
|
||||
CloudUpload,
|
||||
Link2,
|
||||
ListOrdered,
|
||||
OptionIcon,
|
||||
TextCursorInput,
|
||||
@ -2876,7 +2875,6 @@ export enum BeginQueryType {
|
||||
File = 'file',
|
||||
Integer = 'integer',
|
||||
Boolean = 'boolean',
|
||||
Url = 'url',
|
||||
}
|
||||
|
||||
export const BeginQueryTypeIconMap = {
|
||||
@ -2886,5 +2884,4 @@ export const BeginQueryTypeIconMap = {
|
||||
[BeginQueryType.File]: CloudUpload,
|
||||
[BeginQueryType.Integer]: ListOrdered,
|
||||
[BeginQueryType.Boolean]: ToggleLeft,
|
||||
[BeginQueryType.Url]: Link2,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user