feat(web): start/chat variable name cannot be duplicated

This commit is contained in:
zhaoying
2026-04-09 22:42:27 +08:00
parent 6f1bb43eab
commit 0e60da6d8a
6 changed files with 25 additions and 5 deletions

View File

@@ -104,6 +104,7 @@ const AddChatVariable = forwardRef<AddChatVariableRef, AddChatVariableProps>(({
<ChatVariableModal
ref={chatVariableRef}
refresh={handleSave}
variables={variables}
/>
</RbDrawer>
);