chore: remove menu data render

This commit is contained in:
jialin
2025-07-10 14:52:08 +08:00
parent e3aba0529f
commit b631b4c7b7
6 changed files with 44 additions and 46 deletions
+1 -1
View File
@@ -753,7 +753,7 @@ const Models: React.FC<ModelsProps> = ({
className="models-page-container"
ghost
header={{
title: intl.formatMessage({ id: 'models.title' }),
title: intl.formatMessage({ id: 'menu.models.deployment' }),
style: {
paddingInline: 'var(--layout-content-header-inlinepadding)'
},