Skip to content

Commit

Permalink
做了 yarn lint:es
Browse files Browse the repository at this point in the history
  • Loading branch information
ddwolf715 committed Nov 23, 2023
1 parent 17baab0 commit f50c48c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion taier-ui/src/components/icon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,8 @@ export const OracleSQLIcon = ({ style }: IConProps) => {
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" className="icon" viewBox="0 0 1024 1024">
<path
d="M700.245333 188.245333h-376.32a323.754667 323.754667 0 0 0-0.341333 647.509334h376.661333a323.754667 323.754667 0 0 0 0-647.509334z m-8.234666 533.418667H332.202667a209.706667 209.706667 0 0 1 0-419.328h359.808a209.664 209.664 0 1 1 0 419.328z"
p-id="2568" fill="#d81e06">
p-id="2568" fill="#d81e06"
>
</path>
</svg>
</span>
Expand Down
2 changes: 1 addition & 1 deletion taier-ui/src/services/taskRenderService.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {
HiveSQLIcon,
MysqlIcon,
OceanBaseIcon,
OracleSQLIcon,
PostgreSqlIcon,
PythonIcon,
ShellIcon,
Expand All @@ -30,7 +31,6 @@ import {
VerticaIcon,
VirtualIcon,
WorkflowIcon,
OracleSQLIcon,
} from '@/components/icon';
import notification from '@/components/notification';
import scaffolds from '@/components/scaffolds/create';
Expand Down

0 comments on commit f50c48c

Please sign in to comment.