We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8769f4b commit 9b77629Copy full SHA for 9b77629
src/Umbraco.Forms.Integrations.Crm.ActiveCampaign/Client/src/property-editor/manifests.ts
@@ -2,7 +2,7 @@ import { manifest as accountManifest } from "./account/manifests";
2
import { manifest as contactMappingManifest } from "./contact-mapping/manifests";
3
import { manifest as customMappingManifest } from "./custom-mapping/manifests";
4
5
-export const manifests = [
+export const manifests: Array<UmbExtensionManifest> = [
6
accountManifest,
7
contactMappingManifest,
8
customMappingManifest
0 commit comments