From ff2e2e396243a8266b6a1d0d0689de18765d7f62 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Sun, 21 Jun 2026 09:53:22 +0800 Subject: [PATCH] refactor: replace SectionCard with div for layout simplification in EditDialogBody --- web/app/dashboard/ai-agents/_components/edit.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/app/dashboard/ai-agents/_components/edit.tsx b/web/app/dashboard/ai-agents/_components/edit.tsx index 397b029..00c611c 100644 --- a/web/app/dashboard/ai-agents/_components/edit.tsx +++ b/web/app/dashboard/ai-agents/_components/edit.tsx @@ -694,9 +694,7 @@ function EditDialogBody({ onSubmit={handleSubmit(onFormSubmit)} className="space-y-6" > - +
{t("aiAgent.name")} @@ -781,7 +779,7 @@ function EditDialogBody({ - +