Skip to content

Commit b695ea8

Browse files
author
dushixiang
committed
upgrade antd version
1 parent 4748bd7 commit b695ea8

File tree

3 files changed

+548
-416
lines changed

3 files changed

+548
-416
lines changed

web/src/App.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import 'antd/dist/reset.css';
44
import {Button, ConfigProvider, Dropdown, Layout, Menu, Tooltip} from 'antd';
55
import {Link, Outlet} from 'react-router-dom';
66
import {NT_PACKAGE} from "./utils/utils.jsx";
7-
import zhCN from "antd/es/locale-provider/zh_CN";
8-
import enUS from "antd/es/locale-provider/en_US";
7+
import zhCN from 'antd/locale/zh_CN';
8+
import enUS from 'antd/locale/en_US';
99
import zh_CN from './locales/zh_CN';
1010
import en_US from './locales/en_US';
1111
import dayjs from "dayjs";

web/src/utils/utils.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export const NT_PACKAGE = () => {
154154
// const version = _package.version;
155155
return {
156156
name: 'kafka-map',
157-
version: 'v1.3.1'
157+
version: 'v1.3.2'
158158
}
159159
}
160160

0 commit comments

Comments
 (0)