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