Skip to content

Commit

Permalink
delete unuse code
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 committed Jan 18, 2024
1 parent 29c9df5 commit 51efb34
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ const JobConfig = (props: any) => {
});
};

const onChangeClusterSession = () => {
//todo 这里需要验证
// showTables(currentSession.session, dispatch);
};
return (
<div style={{ maxHeight: rightContainer.height, marginTop: 10 }}>
{current?.step === JOB_LIFE_CYCLE.PUBLISH && (
Expand Down Expand Up @@ -177,9 +173,6 @@ const JobConfig = (props: any) => {
]}
name='clusterId'
options={buildClusterOptions(selectRunMode, sessionCluster)}
fieldProps={{
onChange: onChangeClusterSession
}}
/>
</>
)}
Expand Down

0 comments on commit 51efb34

Please sign in to comment.