Feat: Add DynamicVariableForm with shadcn-ui. #3221 (#5336)

### What problem does this PR solve?

Feat: Add DynamicVariableForm with shadcn-ui. #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-02-25 16:57:46 +08:00
committed by GitHub
parent 1a41b92f77
commit 93b2e80eb8
7 changed files with 629 additions and 65 deletions

View File

@ -6,7 +6,7 @@ import {
} from '@xyflow/react';
import '@xyflow/react/dist/style.css';
// import ChatDrawer from '../chat/drawer';
import FormDrawer from '../form-drawer';
import FormDrawer from '../form-drawer/next';
import {
useHandleDrop,
useSelectCanvasData,