chore: update storage path holder text

This commit is contained in:
jialin
2025-04-18 17:15:18 +08:00
parent 6270226ead
commit 76fdf8e501
6 changed files with 26 additions and 26 deletions
+5 -14
View File
@@ -251,21 +251,12 @@ const ResolvedPathColumn = (props: { record: ListItem }) => {
!record.resolved_paths.length &&
record.state === ModelfileStateMap.Downloading
) {
const modelInfo = getModelInfo(record);
const { filename } = modelInfo;
return (
<span
dangerouslySetInnerHTML={{
__html: intl.formatMessage(
{
id: 'resources.modelfiles.storagePath.holder'
},
{
name: filename
}
)
}}
></span>
<span>
{intl.formatMessage({
id: 'resources.modelfiles.storagePath.holder'
})}
</span>
);
}
return (