IO-1294 Add fields changed alert to admin dates.

This commit is contained in:
Patrick Fic
2022-07-19 11:21:50 -07:00
parent 5eb8c2c03a
commit 22368069a4

View File

@@ -1,3 +1,4 @@
import FormFieldsChanged from "../form-fields-changed-alert/form-fields-changed-alert.component";
import { useMutation } from "@apollo/client";
import { Button, Form, notification } from "antd";
import React, { useEffect, useState } from "react";
@@ -87,6 +88,7 @@ export function JobsAdminDatesChange({ insertAuditTrail, job }) {
: null,
}}
>
<FormFieldsChanged form={form} />
<LayoutFormRow header={t("jobs.forms.estdates")}>
<Form.Item
label={t("jobs.fields.date_estimated")}