fix: use group testUrl

#1384
This commit is contained in:
MystiPanda
2024-07-18 15:04:55 +08:00
parent bf05e5999b
commit 8faa0ce2c2
3 changed files with 8 additions and 2 deletions

View File

@@ -129,6 +129,7 @@ export const ProxyRender = (props: RenderProps) => {
return (
<ProxyHead
sx={{ pl: 2, pr: 3, mt: indent ? 1 : 0.5, mb: 1 }}
url={group.testUrl}
groupName={group.name}
headState={headState!}
onLocation={() => onLocation(group)}