This is an automated email from the ASF dual-hosted git repository.

jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new fe138b1af [AMORO-3833] Avoid sending two identical HTTP requests when 
viewing the optimizati… (#3835)
fe138b1af is described below

commit fe138b1af1d3d2ebd6d11e64ef4924130ddf5867
Author: yaolei <[email protected]>
AuthorDate: Mon Oct 27 11:45:37 2025 +0800

    [AMORO-3833] Avoid sending two identical HTTP requests when viewing the 
optimizati… (#3835)
    
    Avoid sending two identical HTTP requests when viewing the optimization 
details of a table from Optimizing Tables web
---
 amoro-web/src/views/tables/components/Details.vue | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/amoro-web/src/views/tables/components/Details.vue 
b/amoro-web/src/views/tables/components/Details.vue
index fd576bf8c..24df78826 100644
--- a/amoro-web/src/views/tables/components/Details.vue
+++ b/amoro-web/src/views/tables/components/Details.vue
@@ -134,10 +134,6 @@ async function getTableDetails() {
   }
 }
 
-onMounted(() => {
-  getTableDetails()
-})
-
 defineExpose({ getTableDetails })
 
 const primaryColumns: ColumnProps[] = shallowReactive([

Reply via email to