fixed global.js addNewModal function

This commit is contained in:
Cüneyt Şentürk 2022-08-10 22:11:28 +03:00
parent 14d3f78c1b
commit 9097dcd6d8

View File

@ -710,9 +710,9 @@ export default {
Promise.resolve(window.axios.get(url))
.then(response => {
if (response.data.success) {
modal.title = response.data.title;
modal.title = response.data.data.title;
modal.html = response.data.html;
modal.buttons = response.data.buttons;
modal.buttons = response.data.data.buttons;
this.component = Vue.component('add-new-component', (resolve, reject) => {
resolve({