From 6ecc7c3e150f86528d36cdbaa94912b965619a70 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Mon, 30 Aug 2021 15:18:40 +0100 Subject: Filter categories by model name Issue-ID: SDC-3706 Signed-off-by: aribeiro Change-Id: I457151f09ce0ed2edfa09340e9e08a126e114002 --- catalog-ui/src/app/models/category.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'catalog-ui/src/app/models/category.ts') diff --git a/catalog-ui/src/app/models/category.ts b/catalog-ui/src/app/models/category.ts index 2c1bc217e5..7819aae2f1 100644 --- a/catalog-ui/src/app/models/category.ts +++ b/catalog-ui/src/app/models/category.ts @@ -27,6 +27,7 @@ export interface ICategoryBase { name:string; normalizedName:string; uniqueId:string; + models:Array; icons:Array; metadataKeys: IMetadataKey[]; -- cgit 1.2.3-korg