Merge pull request #1052 from lucas-luchack/patch-1
CREWLINK - FIX - Set ADRESS to require
This commit is contained in:
commit
c81cea87c2
@ -49,7 +49,7 @@
|
|||||||
"default_value": "",
|
"default_value": "",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
"rules": "nullable|string|max:75"
|
"rules": "required|string|max:75"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Use HTTPS",
|
"name": "Use HTTPS",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user