diff --git a/dinky-web/src/pages/DataStudio/LeftContainer/Project/JobModal/index.tsx b/dinky-web/src/pages/DataStudio/LeftContainer/Project/JobModal/index.tsx index c5206bc61b..d33890f10c 100644 --- a/dinky-web/src/pages/DataStudio/LeftContainer/Project/JobModal/index.tsx +++ b/dinky-web/src/pages/DataStudio/LeftContainer/Project/JobModal/index.tsx @@ -220,7 +220,7 @@ const JobModal: React.FC = (props) => { /> {/*不支持UDF模板*/} - {!isUDF(jobType) && ( + {!isUDF(jobType) && !values.id && ( {({ type }) => setSqlTemplate(v)} />}