Skip to content

Commit

Permalink
GV Refactor - validateOneQualRateHigherThanOtherQual (#2441)
Browse files Browse the repository at this point in the history
  • Loading branch information
ailZhou authored Sep 19, 2024
1 parent bc43b73 commit 94aa4de
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 1,052 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export * from "./validateRateZero";
export * from "shared/globalValidations/validateNumeratorsLessThanDenominators";
export * from "shared/globalValidations/validateOneCatRateHigherThanOtherCat";
export * from "shared/globalValidations/validateOneQualDenomHigherThanOtherDenomOMS";
export * from "./validateOneQualRateHigherThanOtherQual";
export * from "shared/globalValidations/validateOneQualRateHigherThanOtherQual";
export * from "shared/globalValidations/validateReasonForNotReporting";
export * from "shared/globalValidations/validateRequiredRadioButtonForCombinedRates";
export * from "./validateTotals";
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export * from "./validateRateZero";
export * from "shared/globalValidations/validateNumeratorsLessThanDenominators";
export * from "shared/globalValidations/validateOneCatRateHigherThanOtherCat";
export * from "shared/globalValidations/validateOneQualDenomHigherThanOtherDenomOMS";
export * from "./validateOneQualRateHigherThanOtherQual";
export * from "shared/globalValidations/validateOneQualRateHigherThanOtherQual";
export * from "shared/globalValidations/validateReasonForNotReporting";
export * from "shared/globalValidations/validateRequiredRadioButtonForCombinedRates";
export * from "./validateTotals";
Expand Down
Loading

0 comments on commit 94aa4de

Please sign in to comment.