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 e668d394e Shortcut display disorder in terminal page (#2839)
e668d394e is described below

commit e668d394e69644e76e938d2ca2f448bf9abe15fd
Author: Check Null <[email protected]>
AuthorDate: Fri May 17 11:11:35 2024 +0800

    Shortcut display disorder in terminal page (#2839)
    
    Co-authored-by: tcodehuber <[email protected]>
---
 amoro-ams/amoro-ams-dashboard/src/views/terminal/index.vue | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/amoro-ams/amoro-ams-dashboard/src/views/terminal/index.vue 
b/amoro-ams/amoro-ams-dashboard/src/views/terminal/index.vue
index 3e85ebebd..2c7486332 100644
--- a/amoro-ams/amoro-ams-dashboard/src/views/terminal/index.vue
+++ b/amoro-ams/amoro-ams-dashboard/src/views/terminal/index.vue
@@ -143,7 +143,8 @@ export default defineComponent({
     CheckCircleOutlined,
     CloseCircleOutlined,
     LoadingOutlined,
-    ASelect
+    ASelect,
+    AButton
   },
   setup() {
     const placeholder = reactive(usePlaceholder())

Reply via email to