Merged in release/2021-11-19 (pull request #269)

release/2021-11-19

Approved-by: Patrick Fic
This commit is contained in:
Patrick Fic
2021-11-18 06:19:53 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { WarningFilled } from "@ant-design/icons"; import { WarningFilled } from "@ant-design/icons";
import { Form, Input, InputNumber, Space, Switch } from "antd"; import { Form, Input, InputNumber, Space } from "antd";
import moment from "moment"; import moment from "moment";
import React from "react"; import React from "react";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";

View File

@@ -6,7 +6,6 @@ import {
Form, Form,
notification, notification,
Popover, Popover,
Radio,
Row, Row,
Switch, Switch,
} from "antd"; } from "antd";