feat: build nodes and edges from chat bot dsl #918 (#1372)

### What problem does this PR solve?
feat: build nodes and edges from chat bot dsl #918


### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-07-04 15:15:14 +08:00
committed by GitHub
parent 1d3e4844a5
commit acd78c5ef2
7 changed files with 272 additions and 75 deletions

View File

@ -80,7 +80,7 @@ const CreateFlowModal = ({
</Form.Item>
</Form>
<Title level={5}>Create from templates</Title>
<Flex vertical gap={16}>
<Flex vertical gap={16} className={styles.templatesBox}>
{list?.map((x) => (
<Card
key={x.id}