未验证 提交 ddd516cb 编写于 作者: K Kerwin 提交者: GitHub

Create or update users to add tenants cannot be empty verification. #7594 (#7956)

上级 f02cde30
......@@ -191,6 +191,12 @@
}
}
// Verify tenant
if (!this.tenantId) {
this.$message.warning(`${i18n.$t('select tenant')}`)
return false
}
// email
if (!this.email) {
this.$message.warning(`${i18n.$t('Please enter email')}`)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册