From f50c48c7829842a72ca107390f7022c2b9bc66a9 Mon Sep 17 00:00:00 2001 From: ddwolf715 Date: Thu, 23 Nov 2023 11:10:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=9A=E4=BA=86=20yarn=20lint:es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taier-ui/src/components/icon/index.tsx | 3 ++- taier-ui/src/services/taskRenderService.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/taier-ui/src/components/icon/index.tsx b/taier-ui/src/components/icon/index.tsx index 3aaa3fa7c9..0bedf2da95 100644 --- a/taier-ui/src/components/icon/index.tsx +++ b/taier-ui/src/components/icon/index.tsx @@ -725,7 +725,8 @@ export const OracleSQLIcon = ({ style }: IConProps) => { + p-id="2568" fill="#d81e06" + > diff --git a/taier-ui/src/services/taskRenderService.tsx b/taier-ui/src/services/taskRenderService.tsx index 9f3f419ebb..2c16f5986f 100644 --- a/taier-ui/src/services/taskRenderService.tsx +++ b/taier-ui/src/services/taskRenderService.tsx @@ -20,6 +20,7 @@ import { HiveSQLIcon, MysqlIcon, OceanBaseIcon, + OracleSQLIcon, PostgreSqlIcon, PythonIcon, ShellIcon, @@ -30,7 +31,6 @@ import { VerticaIcon, VirtualIcon, WorkflowIcon, - OracleSQLIcon, } from '@/components/icon'; import notification from '@/components/notification'; import scaffolds from '@/components/scaffolds/create';