diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx index 6b78cb7807..fb35486d14 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx @@ -74,9 +74,6 @@ export default defineComponent({ setup(props, context) { const { t } = useI18n() - const startupPopoverRef = ref(false) - const paramPopoverRef = ref(false) - const themeStore = useThemeStore() const graph = inject>('graph', ref()) @@ -229,19 +226,12 @@ export default defineComponent({ ( - + {{ trigger: () => ( - (paramPopoverRef.value = !paramPopoverRef.value) - } class={Styles['toolbar-btn']} > @@ -264,20 +254,12 @@ export default defineComponent({ ( - + {{ trigger: () => ( - (startupPopoverRef.value = - !startupPopoverRef.value) - } class={Styles['toolbar-btn']} >