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 494e7cc commit 2d841c5Copy full SHA for 2d841c5
src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/Client/src/property-editor/manifests.ts
@@ -54,7 +54,7 @@ const propertyEditorIcon: ManifestIcons = {
54
js: () => import("../icons/icons-dictionary.js")
55
}
56
57
-export const manifests = [
+export const manifests : Array<UmbExtensionManifest> = [
58
propertyEditorUiManifest,
59
propertyEditorSchema,
60
configurationPropertyEditorUiManifest,
0 commit comments