mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-24 02:51:13 +00:00
fix: agentId page fix
This commit is contained in:
@@ -8,9 +8,7 @@ const DynamicWrapper = dynamic(() => import ('@/components/agentPage'), {
|
||||
|
||||
const DynamicAgentPage = (props: any) => {
|
||||
return (
|
||||
<div>
|
||||
<DynamicWrapper {...props} />
|
||||
</div>
|
||||
<DynamicWrapper {...props} />
|
||||
)
|
||||
}
|
||||
export default DynamicAgentPage;
|
Reference in New Issue
Block a user