Skip to content

Commit 9b77629

Browse files
committed
Update manifests.ts
- update manifest types of array
1 parent 8769f4b commit 9b77629

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { manifest as accountManifest } from "./account/manifests";
22
import { manifest as contactMappingManifest } from "./contact-mapping/manifests";
33
import { manifest as customMappingManifest } from "./custom-mapping/manifests";
44

5-
export const manifests = [
5+
export const manifests: Array<UmbExtensionManifest> = [
66
accountManifest,
77
contactMappingManifest,
88
customMappingManifest

0 commit comments

Comments
 (0)