diff --git a/ui/src/views/tool/component/ToolListContainer.vue b/ui/src/views/tool/component/ToolListContainer.vue
index aa55b40fe..f8a2ce94c 100644
--- a/ui/src/views/tool/component/ToolListContainer.vue
+++ b/ui/src/views/tool/component/ToolListContainer.vue
@@ -565,7 +565,7 @@ function importTool(file: any) {
})
.then(() => {
getList()
-
+
})
.catch((e: any) => {
if (e.code === 400) {