B2B-30: fix typos, remove debug console
This commit is contained in:
@@ -25,7 +25,6 @@ export const CompanyNameSchema = z
|
||||
.max(50)
|
||||
.refine(
|
||||
(name) => {
|
||||
console.log(name);
|
||||
return !SPECIAL_CHARACTERS_REGEX.test(name);
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user