refactor: remove unused icon import and adjust fullscreen content class in DashboardAIAgentsPage

This commit is contained in:
mlogclub
2026-07-26 11:34:58 +08:00
parent a5045dda57
commit 5467f6229a
2 changed files with 1 additions and 1 deletions
@@ -2,7 +2,6 @@
import { useCallback, useEffect, useMemo, useState, type ReactNode } from "react"
import {
BotMessageSquareIcon,
BookOpenIcon,
GitBranchIcon,
HistoryIcon,
+1
View File
@@ -325,6 +325,7 @@ export default function DashboardAIAgentsPage() {
title={t("aiAgent.configure")}
size="xxl"
allowFullscreen
contentClassName="h-[800px] max-h-[calc(100vh-2rem)]"
bodyScrollable={false}
headerClassName="sr-only"
closeOnEsc={false}