feat(frontend):视图关联数据集被删除时,友好提示
This commit is contained in:
parent
53b115f07d
commit
bf338aaa0a
@ -483,7 +483,7 @@ export default {
|
||||
})
|
||||
},
|
||||
closeEdit() {
|
||||
if (this.view.title.length > 50) {
|
||||
if (this.view.title && this.view.title.length > 50) {
|
||||
this.$warning(this.$t('chart.title_limit'))
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user