diff --git a/core/core-frontend/src/components/plugin/src/index.vue b/core/core-frontend/src/components/plugin/src/index.vue index 63110d9c1c..1b3b9b085c 100644 --- a/core/core-frontend/src/components/plugin/src/index.vue +++ b/core/core-frontend/src/components/plugin/src/index.vue @@ -141,7 +141,7 @@ onMounted(async () => { if (!window.tinymce) { window.tinymce = tinymce } - loadDistributed().then(async res => { + loadDistributed()?.then(async res => { new Function(res.data)() useEmitt().emitter.emit('load-xpack') }) diff --git a/de-xpack b/de-xpack index 596f26836b..e0132981a1 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit 596f26836bb259a86968b9aad440ab11686e1900 +Subproject commit e0132981a18e2efb717c33f7fe4caa29f0010ed3