Skip to content

Commit

Permalink
[Bug-4084][Web]Bug fix 4 flinkJar task lost info (#4100)
Browse files Browse the repository at this point in the history
  • Loading branch information
MactavishCui authored Dec 31, 2024
1 parent 702280a commit d64b61f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ export const SqlTask = memo((props: FlinkSqlProps & any) => {
statement: sqlConvertForm?.initSqlStatement ?? ''
});
setOriginStatementValue(sqlConvertForm?.initSqlStatement ?? '');
updateCenterTab({ ...props.tabData, params: newParams });
if (params?.statement && params?.statement !== sqlConvertForm?.initSqlStatement) {
setDiff([
{ key: 'statement', server: sqlConvertForm?.initSqlStatement, cache: params.statement }
Expand Down

0 comments on commit d64b61f

Please sign in to comment.