Unverified Commit b20dab93 authored by wmtbnbo's avatar wmtbnbo Committed by GitHub

Fix [Web] Fix StarRocks databases display (#1048)

* [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
parent 7806c06d
......@@ -60,6 +60,9 @@ const data:any = [
{
type: 'Hive',
},
{
type: 'StarRocks',
}
];
const DBForm: React.FC<UpdateFormProps> = (props) => {
......
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