From 3b64e118d08f3b190bbbf13d434e4cd25706b72a Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 15 Oct 2025 11:39:41 +0800 Subject: [PATCH] chore: readonly ui --- web/app/components/app/configuration/config-var/var-item.tsx | 2 +- .../app/configuration/dataset-config/card-item/item.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/components/app/configuration/config-var/var-item.tsx b/web/app/components/app/configuration/config-var/var-item.tsx index 78ed4b1031..9b11d65589 100644 --- a/web/app/components/app/configuration/config-var/var-item.tsx +++ b/web/app/components/app/configuration/config-var/var-item.tsx @@ -33,7 +33,7 @@ const VarItem: FC = ({ const [isDeleting, setIsDeleting] = useState(false) return ( -
+
diff --git a/web/app/components/app/configuration/dataset-config/card-item/item.tsx b/web/app/components/app/configuration/dataset-config/card-item/item.tsx index 8d9155b0f0..60200c4a8d 100644 --- a/web/app/components/app/configuration/dataset-config/card-item/item.tsx +++ b/web/app/components/app/configuration/dataset-config/card-item/item.tsx @@ -56,6 +56,7 @@ const Item: FC = ({