From fd21c247e4f05a54e831af0ce13080a586f6bd9b Mon Sep 17 00:00:00 2001 From: Nathan Woulfe Date: Fri, 19 May 2023 14:02:57 +1000 Subject: [PATCH] Update data-type-property-collection.class.ts Ensure map et al works - missing override --- .../libs/data-type/data-type-property-collection.class.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/libs/data-type/data-type-property-collection.class.ts b/src/Umbraco.Web.UI.Client/libs/data-type/data-type-property-collection.class.ts index a4feb809fe..f458ab620e 100644 --- a/src/Umbraco.Web.UI.Client/libs/data-type/data-type-property-collection.class.ts +++ b/src/Umbraco.Web.UI.Client/libs/data-type/data-type-property-collection.class.ts @@ -9,6 +9,10 @@ export class UmbDataTypePropertyCollection extends Array(alias: string): T | undefined { const property = this.getByAlias(alias);