feat: Update Switch form data #1739 (#2029)

### What problem does this PR solve?

feat: Update Switch form data #1739
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-21 12:47:24 +08:00
committed by GitHub
parent 96438ca821
commit c9d7a34690
6 changed files with 74 additions and 42 deletions

View File

@ -2633,3 +2633,5 @@ export const ExeSQLOptions = ['mysql', 'postgresql', 'mariadb'].map((x) => ({
label: upperFirst(x),
value: x,
}));
export const SwitchElseTo = 'end_cpn_id';