mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:42:07 +08:00
fix: 修复模版管理中分类名称提示信息不正确问题
This commit is contained in:
@@ -248,7 +248,7 @@ const roleValidator = (rule, value, callback) => {
|
||||
callback(
|
||||
new Error(
|
||||
t(
|
||||
`system_parameter_setting.${
|
||||
`template_manage.${
|
||||
nodeType === 'folder' ? 'name_already_exists_type' : 'the_same_category'
|
||||
}`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user