-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(actions): Updating action template and forms content (#322)
* Add missing additional info instrucitons * Update attachment label * Add dynamic instructions for WithdrawPackage * Details dynamic title * Dynamic additional info text * Update zod schemas * Update required addl info * use zod for extra conditions * Update condition * Update condition * Schema rule and error updates for withdrawpackage med spa * Fix respond to rai requirements * Remove old additional requirement method * Variable name changes * Fix submit on cancel button * Add pre-commit message on template for state user actions * Refactor preSubmitMessage * Width fix
- Loading branch information
Kevin Haube
authored
Jan 19, 2024
1 parent
f2a859d
commit f7cbba5
Showing
18 changed files
with
187 additions
and
157 deletions.
There are no files selected for viewing
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,8 +1,7 @@ | ||
export * from "./user-helper"; | ||
export * from "./s3-url-parser"; | ||
export { isStateUser } from "./is-state-user"; | ||
export * from "./rai-helper"; | ||
export * from "./regex"; | ||
export * from "./package-actions/getAvailableActions"; | ||
export * from "./packageCheck"; | ||
export * from "./seatool-date-helper" | ||
export * from "./seatool-date-helper"; |
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
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
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
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
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
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
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
Oops, something went wrong.