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

@ -54,3 +54,8 @@
.selectedFlowTemplateCard {
background-color: @selectedBackgroundColor;
}
.templatesBox {
max-height: 500px;
overflow: auto;
}