Skip to content

Commit 34d49da

Browse files
committed
Update manifests.ts
- Update type of manifests array
1 parent 21571e3 commit 34d49da

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const authorizationPropertyEditorUiManifest: ManifestPropertyEditorUi = {
4646
}
4747
}
4848

49-
export const manifests = [
49+
export const manifests : Array<UmbExtensionManifest> = [
5050
propertyEditorUiManifest,
5151
propertyEditorSchema,
5252
authorizationPropertyEditorUiManifest

0 commit comments

Comments
 (0)