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 21571e3 commit 34d49daCopy full SHA for 34d49da
src/Umbraco.Cms.Integrations.Crm.Hubspot/Client/src/property-editor/manifests.ts
@@ -46,7 +46,7 @@ const authorizationPropertyEditorUiManifest: ManifestPropertyEditorUi = {
46
}
47
48
49
-export const manifests = [
+export const manifests : Array<UmbExtensionManifest> = [
50
propertyEditorUiManifest,
51
propertyEditorSchema,
52
authorizationPropertyEditorUiManifest
0 commit comments