diff --git a/dolphinscheduler-ui-next/src/assets/images/task-icons/data_quality.png b/dolphinscheduler-ui-next/src/assets/images/task-icons/data_quality.png new file mode 100644 index 0000000000..bf2f83e206 Binary files /dev/null and b/dolphinscheduler-ui-next/src/assets/images/task-icons/data_quality.png differ diff --git a/dolphinscheduler-ui-next/src/assets/images/task-icons/data_quality_hover.png b/dolphinscheduler-ui-next/src/assets/images/task-icons/data_quality_hover.png new file mode 100644 index 0000000000..e6affd6ff1 Binary files /dev/null and b/dolphinscheduler-ui-next/src/assets/images/task-icons/data_quality_hover.png differ diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-sidebar.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-sidebar.tsx index 4dfe8c78e4..0dedf45cae 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-sidebar.tsx +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-sidebar.tsx @@ -20,7 +20,7 @@ import { TaskType, TASK_TYPES_MAP } from '@/views/projects/task/constants/task-type' -import Styles from './dag.module.scss' +import styles from './dag.module.scss' export default defineComponent({ name: 'workflow-dag-sidebar', @@ -32,10 +32,10 @@ export default defineComponent({ })) return () => ( -