mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
chore: Revert the migration for inbox name changes (#4919)
This commit is contained in:
@@ -16,4 +16,3 @@ export const isValidPassword = value => {
|
||||
containsSpecialCharacter
|
||||
);
|
||||
};
|
||||
export const isValidName = value => /^\b[\w\s]*\b$/.test(value);
|
||||
|
||||
Reference in New Issue
Block a user