mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? feat: Add complex dynamic form to SwitchForm #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -388,7 +388,7 @@ export const initialExeSqlValues = {
|
||||
top_n: 30,
|
||||
};
|
||||
|
||||
export const initialSwitchValues = {};
|
||||
export const initialSwitchValues = { conditions: [{}] };
|
||||
|
||||
export const CategorizeAnchorPointPositions = [
|
||||
{ top: 1, right: 34 },
|
||||
|
||||
Reference in New Issue
Block a user