Skip to content

Commit

Permalink
Add ABP 8 to webform index page
Browse files Browse the repository at this point in the history
  • Loading branch information
charmcitygavin committed Aug 6, 2024
1 parent 20749ad commit e06166f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libs/webforms/ABP8/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "v202401";
export * from "./v202401";
4 changes: 4 additions & 0 deletions lib/libs/webforms/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import * as ABP4 from "./ABP4";
import * as ABP5 from "./ABP5";
import * as ABP6 from "./ABP6";
import * as ABP7 from "./ABP7";
import * as ABP8 from "./ABP8";
import * as ABP9 from "./ABP9";
import * as ABP10 from "./ABP10";
import * as ABP11 from "./ABP11";
Expand Down Expand Up @@ -49,6 +50,9 @@ export const webformVersions: Record<string, Record<string, FormSchema>> = {
ABP7: {
v202401: ABP7.v202401,
},
ABP8: {
v202401: ABP8.v202401,
},
ABP9: {
v202401: ABP9.v202401,
},
Expand Down

0 comments on commit e06166f

Please sign in to comment.