mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat: journal number setting dialog.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import * as Yup from 'yup';
|
||||
|
||||
|
||||
Yup.addMethod(Yup.string, 'digits', function () {
|
||||
return this.test(
|
||||
'is-digits',
|
||||
|
||||
Reference in New Issue
Block a user