-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(logic): consolidate logic functions into shared (#7136)
* refactor(logic): consolidate logic functions into shared * test: fix test import paths * chore: add more details to comments, use shared function for isNonEmpty * refactor: move internal radio field constant over to shared as SSOT * chore: add comment to unreachable code path
- Loading branch information
Showing
17 changed files
with
917 additions
and
814 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
95 changes: 0 additions & 95 deletions
95
frontend/src/features/logic/utils/getLogicUnitPreventingSubmit.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
106 changes: 0 additions & 106 deletions
106
frontend/src/features/logic/utils/groupLogicUnitsByField.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
export * from './getIfLogicType' | ||
export * from './getLogicUnitPreventingSubmit' | ||
export * from './getVisibleFieldIds' | ||
export * from './logic-adaptor' |
Oops, something went wrong.