Merge pull request #6171 from jitendra-webkul/master

Issue #6144 fixed
This commit is contained in:
Jitendra Singh 2022-03-30 10:42:23 +05:30 committed by GitHub
commit b277b509df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<div class="form-container">
@csrf()
<accordian :title="{{ __('admin::app.cms.pages.general') }}" :active="true">
<accordian title="{{ __('admin::app.cms.pages.general') }}" :active="true">
<div slot="body">
<div class="control-group" :class="[errors.has('{{$locale}}[page_title]') ? 'has-error' : '']">
<label for="page_title" class="required">{{ __('admin::app.cms.pages.page-title') }}</label>