mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 20:28:09 +00:00
fix: role change issue and role access
This commit is contained in:
@@ -44,7 +44,7 @@ const insertOrUpdateString = (str: string) => {
|
||||
const emailInputValidation = (input: string): boolean => {
|
||||
if (!input.length) {
|
||||
emailValidation.isError = true
|
||||
emailValidation.message = 'Email Should Not Be Empty'
|
||||
emailValidation.message = 'Email should not be empty'
|
||||
return false
|
||||
}
|
||||
if (!validateEmail(input.trim())) {
|
||||
|
||||
Reference in New Issue
Block a user