Fix ShowModal Call

Error: admin.js:2 ReferenceError: showModal is not defined
fix add Group in Edit family - it was missing $root
This commit is contained in:
Sara M. Elsanan 2022-08-29 14:01:28 +02:00 committed by GitHub
parent d273914769
commit 2b043f91ac
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