refactor: add ( ) ,
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s

This commit is contained in:
Thanaphon Frappet 2025-08-21 15:53:43 +07:00
parent eb88cc4269
commit 67a69b85e0
3 changed files with 3 additions and 3 deletions

View file

@ -140,7 +140,7 @@ watch(
:rules="[
(val) => !!val || $t('form.error.required'),
(val) =>
/^[A-Za-z0-9ก-๙\s&.,'-]+$/.test(val) ||
/^[A-Za-z0-9ก-๙\s&.,'()-]+$/.test(val) ||
$t('form.error.branchNameField'),
]"
/>