Skip to content

Commit

Permalink
merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 committed Oct 14, 2023
1 parent 0f791f7 commit 06ce5ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { API_CONSTANTS } from '@/services/endpoints';
import { l } from '@/utils/intl';
import { connect, useRequest } from '@@/exports';
import { Editor } from '@monaco-editor/react';
import { never } from '@umijs/utils/compiled/zod';
import { Spin } from 'antd';
import { editor } from 'monaco-editor';
import React, { useState } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion dinky-web/src/pages/DataStudio/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {
} from '@/pages/DataStudio/RightContainer/JobConfig/service';
import { LeftBottomMoreTabs, LeftBottomSide, LeftSide, RightSide } from '@/pages/DataStudio/route';
import { PageContainer } from '@ant-design/pro-layout';
import { Layout, Menu, theme, Typography } from 'antd';
import { Layout, Menu, theme } from 'antd';
import { useEffect, useState } from 'react';
import { PersistGate } from 'redux-persist/integration/react';
import { connect, getDvaApp } from 'umi';
Expand Down

0 comments on commit 06ce5ff

Please sign in to comment.