refactor: remove unused icon import and adjust fullscreen content class in DashboardAIAgentsPage
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
import { useCallback, useEffect, useMemo, useState, type ReactNode } from "react"
|
import { useCallback, useEffect, useMemo, useState, type ReactNode } from "react"
|
||||||
import {
|
import {
|
||||||
BotMessageSquareIcon,
|
|
||||||
BookOpenIcon,
|
BookOpenIcon,
|
||||||
GitBranchIcon,
|
GitBranchIcon,
|
||||||
HistoryIcon,
|
HistoryIcon,
|
||||||
|
|||||||
@@ -325,6 +325,7 @@ export default function DashboardAIAgentsPage() {
|
|||||||
title={t("aiAgent.configure")}
|
title={t("aiAgent.configure")}
|
||||||
size="xxl"
|
size="xxl"
|
||||||
allowFullscreen
|
allowFullscreen
|
||||||
|
contentClassName="h-[800px] max-h-[calc(100vh-2rem)]"
|
||||||
bodyScrollable={false}
|
bodyScrollable={false}
|
||||||
headerClassName="sr-only"
|
headerClassName="sr-only"
|
||||||
closeOnEsc={false}
|
closeOnEsc={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user