feat: add closeOnEsc prop to DashboardAIAgentsPage for improved modal behavior
This commit is contained in:
@@ -348,6 +348,7 @@ export default function DashboardAIAgentsPage() {
|
|||||||
defaultFullscreen
|
defaultFullscreen
|
||||||
bodyScrollable={false}
|
bodyScrollable={false}
|
||||||
headerClassName="sr-only"
|
headerClassName="sr-only"
|
||||||
|
closeOnEsc={false}
|
||||||
>
|
>
|
||||||
{configOpen ? (
|
{configOpen ? (
|
||||||
<AIAgentConfigWorkbench
|
<AIAgentConfigWorkbench
|
||||||
|
|||||||
Reference in New Issue
Block a user