Merge pull request #1052 from lucas-luchack/patch-1

CREWLINK - FIX - Set ADRESS to require
This commit is contained in:
Michael (Parker) Parker
2021-05-26 19:56:13 -04:00
committed by GitHub

View File

@@ -49,7 +49,7 @@
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string|max:75"
"rules": "required|string|max:75"
},
{
"name": "Use HTTPS",