fix: display name for custom SQL node (#747)

This commit is contained in:
shentongmartin 2025-08-14 12:09:35 +08:00 committed by GitHub
parent 8994cec367
commit c79ee64fe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ var NodeTypeMetas = map[NodeType]*NodeTypeMeta{
NodeTypeDatabaseCustomSQL: {
ID: 12,
Key: NodeTypeDatabaseCustomSQL,
DisplayKey: "End",
DisplayKey: "Database",
Name: "SQL自定义",
Category: "database",
Desc: "基于用户自定义的 SQL 完成对数据库的增删改查操作",