Merge pull request #2761 from jitendra-webkul/1.0

Fixed validation issue
This commit is contained in:
Jitendra Singh 2020-03-24 20:04:26 +05:30 committed by GitHub
commit 141090570f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

@ -23,7 +23,7 @@
"bootstrap-sass": "^3.4.1",
"font-awesome": "^4.7.0",
"material-icons": "^0.3.1",
"vee-validate": "2.0.0-rc.26",
"vee-validate": "^2.2.15",
"vue-slider-component": "^3.1.0",
"vue-toast-notification": "0.0.2"
}

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"/js/velocity.js": "/js/velocity.js?id=d3f7d56e990550452f19",
"/js/velocity.js": "/js/velocity.js?id=081673565abea64fe540",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=612d35e452446366eef7",
"/css/velocity.css": "/css/velocity.css?id=904f22ce13efc651767f"
}

View File

@ -52,10 +52,11 @@
@slot('subcopy')
@lang(
"If youre having trouble clicking the \":actionText\" button, copy and paste the URL below\n".
'into your web browser: [:actionURL](:actionURL)',
'into your web browser: [:displayableActionUrl](:actionURL)',
[
'actionText' => $actionText,
'actionURL' => $actionUrl,
'displayableActionUrl' => $displayableActionUrl,
]
)
@endslot