diff --git a/ui/src/views/application-overview/component/EmbedDialog.vue b/ui/src/views/application-overview/component/EmbedDialog.vue index 2bf5b250a..74c613558 100644 --- a/ui/src/views/application-overview/component/EmbedDialog.vue +++ b/ui/src/views/application-overview/component/EmbedDialog.vue @@ -58,6 +58,10 @@ import useStore from '@/stores' const { application } = useStore() +const props = defineProps({ + data: Object +}) + const emit = defineEmits(['addData']) const dialogVisible = ref(false) @@ -66,6 +70,8 @@ const source1 = ref('') const source2 = ref('') +const apiInputParams = ref({}) + watch(dialogVisible, (bool) => { if (!bool) { source1.value = '' @@ -75,7 +81,7 @@ watch(dialogVisible, (bool) => { const open = (val: string) => { source1.value = `