Skip to content

Commit

Permalink
MDS-6260 Updated import validation
Browse files Browse the repository at this point in the history
  • Loading branch information
simensma-fresh committed Dec 12, 2024
1 parent acfe21d commit eea33d8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
REPORT_REGULATORY_AUTHORITY_CODES_HASH,
REPORT_TYPE_CODES,
} from "@mds/common";
import { required, requiredRadioButton } from "@mds/common/redux/utils/Validate";
import { required, requiredRadioButton, maxLength } from "@mds/common/redux/utils/Validate";
import FormWrapper from "@mds/common/components/forms/FormWrapper";
import RenderSelect from "@mds/common/components/forms/RenderSelect";
import RenderDate from "@mds/common/components/forms/RenderDate";
Expand All @@ -24,7 +24,6 @@ import RenderGroupCheckbox, {
} from "@mds/common/components/forms/RenderGroupCheckbox";
import { getLatestAmendmentByPermitGuid } from "@mds/common/redux/selectors/permitSelectors";
import RenderRadioButtons from "@mds/common/components/forms/RenderRadioButtons";
import { maxLength } from "@common/utils/Validate";

interface ReportPermitRequirementProps {
onSubmit: (values: Partial<IMineReport>) => void | Promise<void>;
Expand Down

0 comments on commit eea33d8

Please sign in to comment.