mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 02:37:06 +00:00
fix: lint
This commit is contained in:
@@ -44,7 +44,7 @@ const insertOrUpdateString = (str: string) => {
|
||||
emailBadges.value.push(str)
|
||||
}
|
||||
|
||||
const emailInputValidation = (input: string, isBulkEmailCopyPaste: boolean = false): boolean => {
|
||||
const emailInputValidation = (input: string, isBulkEmailCopyPaste = false): boolean => {
|
||||
if (!input.length) {
|
||||
if (isBulkEmailCopyPaste) return false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user