feat: Add complex dynamic form to SwitchForm #1739 (#2001)

### 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:
balibabu
2024-08-19 16:07:04 +08:00
committed by GitHub
parent e91af1dff9
commit 9cfd521d67
5 changed files with 143 additions and 3 deletions

View File

@ -388,7 +388,7 @@ export const initialExeSqlValues = {
top_n: 30,
};
export const initialSwitchValues = {};
export const initialSwitchValues = { conditions: [{}] };
export const CategorizeAnchorPointPositions = [
{ top: 1, right: 34 },