From 07e36415e49c5d2866fe1fe6c93be2fff9bf570d Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Tue, 17 Jan 2023 20:21:49 -0800 Subject: [PATCH] Automatic code mods. --- .../time-ticket-modal/time-ticket-modal.container.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/time-ticket-modal/time-ticket-modal.container.jsx b/client/src/components/time-ticket-modal/time-ticket-modal.container.jsx index c4276a38b..a258e3811 100644 --- a/client/src/components/time-ticket-modal/time-ticket-modal.container.jsx +++ b/client/src/components/time-ticket-modal/time-ticket-modal.container.jsx @@ -1,5 +1,6 @@ import { useMutation, useQuery } from "@apollo/client"; -import { Button, Form, Modal, notification, PageHeader, Space } from "antd"; +import { PageHeader } from "@ant-design/pro-layout"; +import { Button, Form, Modal, notification, Space } from "antd"; import moment from "moment"; import React, { useEffect, useState } from "react"; import { useTranslation } from "react-i18next"; @@ -168,7 +169,6 @@ export function TimeTicketModalContainer({ } width={"90%"} open={timeTicketModal.visible} - forceRender onCancel={handleCancel} afterClose={() => form.resetFields()} footer={