From 6e1e9c07eeea30d6f20d235ac9c2fca40ea85f67 Mon Sep 17 00:00:00 2001 From: jialin Date: Wed, 17 Jun 2026 11:03:35 +0800 Subject: [PATCH] fix: template name readonly in editting --- src/pages/gpu-service/templates/forms/basic.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/gpu-service/templates/forms/basic.tsx b/src/pages/gpu-service/templates/forms/basic.tsx index ac8c4ce3..060dd052 100644 --- a/src/pages/gpu-service/templates/forms/basic.tsx +++ b/src/pages/gpu-service/templates/forms/basic.tsx @@ -1,5 +1,5 @@ import PluginExtraFields from '@/components/plugin-extra-fields'; -import { validateLabelNameRegxFor63 } from '@/config'; +import { PageAction, validateLabelNameRegxFor63 } from '@/config'; import { PageActionType } from '@/config/types'; import { Input as CInput, @@ -86,7 +86,7 @@ const Basic: React.FC = ({ ]} >