Skip to content

Commit 43ed634

Browse files
committed
Update manifests.ts
- Update type of manifests array
1 parent 57f79cb commit 43ed634

File tree

1 file changed

+1
-1
lines changed
  • src/Umbraco.Cms.Integrations.Commerce.Shopify/Client/src/property-editor

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Commerce.Shopify/Client/src/property-editor/manifests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const propertyEditorUiManifest : ManifestPropertyEditorUi = {
4141
}
4242
};
4343

44-
export const manifests = [
44+
export const manifests : Array<UmbExtensionManifest> = [
4545
propertyEditorUiManifest,
4646
amountManifest,
4747
authorizationManifest

0 commit comments

Comments
 (0)