Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into wf-g2c-m
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpaige committed Aug 16, 2024
2 parents 33b3c56 + 073cbd4 commit a65ca75
Show file tree
Hide file tree
Showing 53 changed files with 3,028 additions and 670 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default tseslint.config(
rules: {
"@typescript-eslint/no-empty-interface": "off",
"react/react-in-jsx-scope": "off",
"react/jsx-no-useless-fragment": ["error", { allowExpressions: true }],
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"@typescript-eslint/no-explicit-any": "off",
Expand Down
4 changes: 2 additions & 2 deletions lib/libs/webforms/ABP1/v202402.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const v202402: FormSchema = {
label: "Eligibility group",
labelClassName: "font-bold",
props: {
className: "w-[300px]",
className: "w-[229px]",
options: [
{
label: "Adult",
Expand Down Expand Up @@ -283,7 +283,7 @@ export const v202402: FormSchema = {
required: "* Required",
},
props: {
className: "w-[300px]",
className: "w-[229px]",
options: [
{
label: "Mandatory",
Expand Down
1 change: 1 addition & 0 deletions lib/libs/webforms/ABP8/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./v202401";
Loading

0 comments on commit a65ca75

Please sign in to comment.