From e5c66ecc318f2fe3c57c07a56e1ac68e88a3fa68 Mon Sep 17 00:00:00 2001 From: Amy0104 <97265214+Amy0104@users.noreply.github.com> Date: Wed, 13 Apr 2022 18:05:02 +0800 Subject: [PATCH] [Fix][UI Next] Fix the problem of disabling owned user input during project editing. (#9476) --- .../src/views/projects/list/components/project-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-ui-next/src/views/projects/list/components/project-modal.tsx b/dolphinscheduler-ui-next/src/views/projects/list/components/project-modal.tsx index 5cf725816..e90b8f530 100644 --- a/dolphinscheduler-ui-next/src/views/projects/list/components/project-modal.tsx +++ b/dolphinscheduler-ui-next/src/views/projects/list/components/project-modal.tsx @@ -117,7 +117,7 @@ const ProjectModal = defineComponent({