Skip to content

Commit

Permalink
GV Refactor - validateDualPopInformation (#2438)
Browse files Browse the repository at this point in the history
  • Loading branch information
ailZhou committed Sep 19, 2024
1 parent bd7aebe commit 9db503e
Show file tree
Hide file tree
Showing 16 changed files with 77 additions and 647 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export * from "shared/globalValidations/validateAtLeastOneDataSource";
export * from "./validateAtLeastOneDeviationFieldFilled";
export * from "shared/globalValidations/validateAtLeastOneRateComplete";
export * from "shared/globalValidations/validateBothDatesInRange";
export * from "./validateDualPopInformation";
export * from "shared/globalValidations/validateDualPopInformation";
export * from "shared/globalValidations/validateEqualCategoryDenominators";
export * from "shared/globalValidations/validateEqualQualifierDenominators";
export * from "./validateRateNotZero";
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export * from "shared/globalValidations/validateAtLeastOneDataSource";
export * from "./validateAtLeastOneDeviationFieldFilled";
export * from "shared/globalValidations/validateAtLeastOneRateComplete";
export * from "shared/globalValidations/validateBothDatesInRange";
export * from "./validateDualPopInformation";
export * from "shared/globalValidations/validateDualPopInformation";
export * from "shared/globalValidations/validateEqualCategoryDenominators";
export * from "shared/globalValidations/validateEqualQualifierDenominators";
export * from "./validateRateNotZero";
Expand Down

This file was deleted.

Loading

0 comments on commit 9db503e

Please sign in to comment.