fix: some form fields are not nullable (#2577)

This commit is contained in:
Vinh
2019-09-23 21:36:24 +00:00
committed by Wyatt Johnson
parent 37e39ff8c5
commit 4e4986fc03
17 changed files with 63 additions and 32 deletions
+2 -2
View File
@@ -21061,7 +21061,7 @@
"dependencies": {
"chalk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
@@ -24246,7 +24246,7 @@
"dependencies": {
"async": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
"resolved": "http://registry.npmjs.org/async/-/async-1.5.2.tgz",
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
"dev": true
}