mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
fix(ui): change tags to properties in ml model view (#12789)
This commit is contained in:
parent
dbf33dba77
commit
9cb5886d6d
@ -125,8 +125,8 @@ export default function MLGroupModels() {
|
||||
},
|
||||
},
|
||||
{
|
||||
title: 'Tags',
|
||||
key: 'tags',
|
||||
title: 'Properties',
|
||||
key: 'properties',
|
||||
width: 200,
|
||||
render: (_: any, record: any) => {
|
||||
const tags = record.properties?.tags || [];
|
||||
|
@ -128,8 +128,8 @@ export default function MLGroupModels() {
|
||||
},
|
||||
},
|
||||
{
|
||||
title: 'Tags',
|
||||
key: 'tags',
|
||||
title: 'Properties',
|
||||
key: 'properties',
|
||||
width: 200,
|
||||
render: (_: any, record: any) => {
|
||||
const tags = record.properties?.tags || [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user