Skip to content

Commit 2d841c5

Browse files
committed
Update manifests.ts
- Update manifests array type
1 parent 494e7cc commit 2d841c5

File tree

1 file changed

+1
-1
lines changed
  • src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/Client/src/property-editor

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Crm.ActiveCampaign/Client/src/property-editor/manifests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const propertyEditorIcon: ManifestIcons = {
5454
js: () => import("../icons/icons-dictionary.js")
5555
}
5656

57-
export const manifests = [
57+
export const manifests : Array<UmbExtensionManifest> = [
5858
propertyEditorUiManifest,
5959
propertyEditorSchema,
6060
configurationPropertyEditorUiManifest,

0 commit comments

Comments
 (0)