forked from github/dataease
fix:【数据源】重命名数据源名称与编辑数据源名称长度限制规则不一致
This commit is contained in:
parent
a23cb61d64
commit
a0ee331fdc
@ -103,7 +103,7 @@ const rule = reactive<FormRules>({
|
||||
},
|
||||
{
|
||||
min: 2,
|
||||
max: 25,
|
||||
max: 64,
|
||||
message: t('datasource.input_limit_2_25', [2, 64]),
|
||||
trigger: 'blur'
|
||||
}
|
||||
|
@ -64,7 +64,7 @@ const defaultRule = {
|
||||
},
|
||||
{
|
||||
min: 2,
|
||||
max: 25,
|
||||
max: 64,
|
||||
message: t('datasource.input_limit_2_25', [2, 64]),
|
||||
trigger: 'blur'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user