fix(web): app source key change

This commit is contained in:
zhaoying
2026-03-30 15:03:58 +08:00
parent 3aed5c447a
commit e59a215078

View File

@@ -216,7 +216,7 @@ const ApplicationManagement: React.FC = () => {
'rb:text-[#155EEF]': key === 'type',
})}>
{key === 'source' && item.is_shared
? t('application.shared')
? item.source_workspace_name
: key === 'source' && !item.is_shared
? t('application.configuration')
: key === 'created_at'