From e06166fb634d7c328b353b3284b2423404dd7693 Mon Sep 17 00:00:00 2001 From: "Gavin St. Ours" Date: Tue, 6 Aug 2024 10:06:49 -0400 Subject: [PATCH] Add ABP 8 to webform index page --- lib/libs/webforms/ABP8/index.ts | 2 +- lib/libs/webforms/index.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/libs/webforms/ABP8/index.ts b/lib/libs/webforms/ABP8/index.ts index d22553d1fb..e5cf77f4fe 100644 --- a/lib/libs/webforms/ABP8/index.ts +++ b/lib/libs/webforms/ABP8/index.ts @@ -1 +1 @@ -export * from "v202401"; +export * from "./v202401"; diff --git a/lib/libs/webforms/index.ts b/lib/libs/webforms/index.ts index 8412341e15..484b8b5742 100644 --- a/lib/libs/webforms/index.ts +++ b/lib/libs/webforms/index.ts @@ -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"; @@ -49,6 +50,9 @@ export const webformVersions: Record> = { ABP7: { v202401: ABP7.v202401, }, + ABP8: { + v202401: ABP8.v202401, + }, ABP9: { v202401: ABP9.v202401, },