Skip to content

Commit bbb4faf

Browse files
committed
change tags to properties
1 parent dce21ba commit bbb4faf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

datahub-web-react/src/app/entity/mlModelGroup/profile/ModelGroupModels.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ export default function MLGroupModels() {
125125
},
126126
},
127127
{
128-
title: 'Tags',
129-
key: 'tags',
128+
title: 'Properties',
129+
key: 'properties',
130130
width: 200,
131131
render: (_: any, record: any) => {
132132
const tags = record.properties?.tags || [];

datahub-web-react/src/app/entityV2/mlModelGroup/profile/ModelGroupModels.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ export default function MLGroupModels() {
128128
},
129129
},
130130
{
131-
title: 'Tags',
132-
key: 'tags',
131+
title: 'Properties',
132+
key: 'properties',
133133
width: 200,
134134
render: (_: any, record: any) => {
135135
const tags = record.properties?.tags || [];

0 commit comments

Comments
 (0)