Skip to content

Commit

Permalink
[Fix-DataLinkDC#2740] Fixed issue of re-rendering task list after pub…
Browse files Browse the repository at this point in the history
…lishing offline (DataLinkDC#2742)

* Spotless Apply

* Spotless Apply

* fix-publish

* Spotless Apply

---------

Co-authored-by: Zzm0809 <Zzm0809@users.noreply.github.com>
  • Loading branch information
Zzm0809 and Zzm0809 authored Dec 25, 2023
1 parent 5be6960 commit 528f1fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dinky-web/src/pages/DataStudio/HeaderContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const HeaderContainer = (props: connect) => {
saveTabs,
updateJobRunningMsg,
queryDsConfig,
queryTaskData,
enabledDs
} = props;

Expand Down Expand Up @@ -277,6 +278,7 @@ const HeaderContainer = (props: connect) => {
}
}
saveTabs({ ...props.tabs });
await queryTaskData();
};

const showDagGraph = async () => {
Expand Down

0 comments on commit 528f1fa

Please sign in to comment.