Fix group details can focus deleted behavior

This commit is contained in:
2022-04-04 20:37:01 +08:00
parent c10dd6e882
commit 8607dcd3da
5 changed files with 35 additions and 0 deletions
+1
View File
@@ -112,5 +112,6 @@ const EN_US = {
"Panel.Info.Label.Details.Error.Unspecified": "Label object not specified",
"Panel.Info.Label.List.Error.Nodata": "There are no labels in the model, click the button to create",
"Panel.Info.Behavior.Details.Error.Not.Behavior": "Please specify a behavior first to view the details",
"Panel.Info.Behavior.Details.Behavior.Props": "{behavior} parameter",
}
export default EN_US;
+1
View File
@@ -112,5 +112,6 @@ const ZH_CN = {
"Panel.Info.Label.Details.Error.Unspecified": "未指定标签对象",
"Panel.Info.Label.List.Error.Nodata": "模型中没有标签,点击按钮以创建",
"Panel.Info.Behavior.Details.Error.Not.Behavior": "请先指定一个行为以查看详情",
"Panel.Info.Behavior.Details.Behavior.Props": "{behavior}参数",
}
export default ZH_CN;