Skip to content

Commit

Permalink
fix: 修复bscp插件插件渲染中文title显示为英文 (closed TencentBlueKing#2426)
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 17710
  • Loading branch information
v_yjpgyang committed Sep 9, 2024
1 parent a5e8332 commit 55a1600
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/backend/plugin/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ def _validate_node(_node: Dict[str, Any]) -> Dict[str, Any]:
# 初始化 properties
validated_node["properties"] = {}
for title, property_node in node["properties"].items():
property_node["title"] = title
property_node["depth"] = depth
stack.append(property_node)
# 初始化 properties 子节点
Expand Down

0 comments on commit 55a1600

Please sign in to comment.