Merge pull request #6663 from SaraMohElsanan/patch-1

Fix ShowModal Call
This commit is contained in:
Jitendra Singh 2022-08-29 17:41:59 +05:30 committed by GitHub
commit 5b9ee57fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
<script type="text/x-template" id="group-list-template">
<div style="margin-top: 20px">
<button type="button" style="margin-bottom : 20px" class="btn btn-md btn-primary" @click="showModal('addGroupForm')">
<button type="button" style="margin-bottom : 20px" class="btn btn-md btn-primary" @click="$root.showModal('addGroupForm')">
{{ __('admin::app.catalog.families.add-group-title') }}
</button>
@ -461,4 +461,4 @@
}
});
</script>
@endpush
@endpush