fix: orgname not be shown in playground

This commit is contained in:
jialin
2026-05-29 13:35:22 +08:00
committed by jialin
parent faf0d4d605
commit 34098e8950
5 changed files with 29 additions and 5 deletions
+2 -1
View File
@@ -415,7 +415,8 @@ const Models: React.FC<ModelsProps> = ({
handleOpenPlayGround({
categories: row.categories || [],
name: targetRoute?.route_name || ''
name: targetRoute?.route_name || '',
owner_principal_id: row.owner_principal_id
});
}
if (val === 'metrics') {