Unverified Commit 973ee343 authored by wmtbnbo's avatar wmtbnbo Committed by GitHub

[Fix][web] Fix query exceptions caused by the system's failure to...

[Fix][web] Fix query exceptions caused by the system's failure to automatically clean up the selected table information when switching data sources (#1050)

* [Feature] Update flink1.14 to flink1.14.5

* [Bug] [dlink-flink] Fix the local operation exception caused by the conflict between the CDC package and the Flink clients package

* [Future] [dlink-flink] Update flink1.15 to flink1.15.1

* [Fix][web] Fix StarRocks databases display

* [Fix][web] Fix query exceptions caused by the system's failure to automatically clean up the selected table information when switching data sources
Signed-off-by: 's avatar王沐 <wangmu@haiermoney.com>
Signed-off-by: 's avatar王沐 <wangmu@haiermoney.com>
parent fbbdec08
...@@ -107,6 +107,7 @@ const Container: React.FC<{}> = (props: any) => { ...@@ -107,6 +107,7 @@ const Container: React.FC<{}> = (props: any) => {
const onChangeDataBase = (value: number) => { const onChangeDataBase = (value: number) => {
onRefreshTreeData(value); onRefreshTreeData(value);
setRow(null);
}; };
const showTableInfo = (selected: boolean, node: TreeDataNode) => { const showTableInfo = (selected: boolean, node: TreeDataNode) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment