diff --git a/ui/src/views/application-overview/component/EmbedDialog.vue b/ui/src/views/application-overview/component/EmbedDialog.vue index 6110db61..a8cf10ac 100644 --- a/ui/src/views/application-overview/component/EmbedDialog.vue +++ b/ui/src/views/application-overview/component/EmbedDialog.vue @@ -70,7 +70,7 @@ const source1 = ref('') const source2 = ref('') -const apiInputParams = ref({}) +const apiInputParams = ref([]) watch(dialogVisible, (bool) => { if (!bool) {