This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev-2.1.5
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev-2.1.5 by this push:
new a2b743436 [Improve] flink cluster API improvement
a2b743436 is described below
commit a2b743436ab9fac24a08931e7387655fe254ad47
Author: benjobs <[email protected]>
AuthorDate: Mon Sep 2 17:57:04 2024 +0800
[Improve] flink cluster API improvement
---
.../streampark-console-webapp/src/api/flink/setting/flinkCluster.ts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/streampark-console/streampark-console-webapp/src/api/flink/setting/flinkCluster.ts
b/streampark-console/streampark-console-webapp/src/api/flink/setting/flinkCluster.ts
index 0946aa22c..110d6c9c8 100644
---
a/streampark-console/streampark-console-webapp/src/api/flink/setting/flinkCluster.ts
+++
b/streampark-console/streampark-console-webapp/src/api/flink/setting/flinkCluster.ts
@@ -47,10 +47,9 @@ export function pageFlinkCluster(data: BasicTableParams) {
* flink cluster
* @returns Promise<FlinkEnv[]>
*/
-export function fetchFlinkCluster(data: BasicTableParams) {
+export function fetchFlinkCluster() {
return defHttp.post<FlinkCluster[]>({
url: FLINK_API.LIST,
- data,
});
}
/**