mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-18 16:27:31 +00:00
fix: agentId page fix
This commit is contained in:
parent
45437023e5
commit
a050b49d4b
@ -8,9 +8,7 @@ const DynamicWrapper = dynamic(() => import ('@/components/agentPage'), {
|
||||
|
||||
const DynamicAgentPage = (props: any) => {
|
||||
return (
|
||||
<div>
|
||||
<DynamicWrapper {...props} />
|
||||
</div>
|
||||
<DynamicWrapper {...props} />
|
||||
)
|
||||
}
|
||||
export default DynamicAgentPage;
|
Loading…
Reference in New Issue
Block a user