Fix console warnings.

This commit is contained in:
Yang Luo
2021-05-13 22:23:04 +08:00
parent e4b6f758a7
commit f4db41acb3
4 changed files with 3 additions and 14 deletions

View File

@ -14,7 +14,7 @@
import React from 'react';
import {Link} from "react-router-dom";
import {Form, Input, Select, Checkbox, Button, Row, Col, Result} from 'antd';
import {Form, Input, Checkbox, Button, Row, Col, Result} from 'antd';
import * as Setting from "../Setting";
import * as AuthBackend from "./AuthBackend";
import i18next from "i18next";
@ -22,8 +22,6 @@ import * as Util from "./Util";
import {authConfig} from "./Auth";
import * as ApplicationBackend from "../backend/ApplicationBackend";
const { Option } = Select;
const formItemLayout = {
labelCol: {
xs: {