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

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


The following commit(s) were added to refs/heads/master by this push:
     new 64a3bb403 [INLONG-6923][Dashboard] Application and Approval 
Interchange for Approval Management (#6924)
64a3bb403 is described below

commit 64a3bb4036207affb8938425d064222d3223ef1a
Author: Lizhen <[email protected]>
AuthorDate: Mon Dec 19 09:55:43 2022 +0800

    [INLONG-6923][Dashboard] Application and Approval Interchange for Approval 
Management (#6924)
---
 inlong-dashboard/src/pages/Process/index.tsx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/inlong-dashboard/src/pages/Process/index.tsx 
b/inlong-dashboard/src/pages/Process/index.tsx
index 2cd9c07f2..12a4e9f7d 100644
--- a/inlong-dashboard/src/pages/Process/index.tsx
+++ b/inlong-dashboard/src/pages/Process/index.tsx
@@ -28,16 +28,16 @@ import Applies, { activedName as AppliesActivedName } from 
'./Applies';
 import Approvals, { activedName as ApprovalsActivedName } from './Approvals';
 
 const tabList = [
-  {
-    tab: i18n.t('pages.Approvals.MyApplication'),
-    key: AppliesActivedName,
-    content: <Applies />,
-  },
   {
     tab: i18n.t('pages.Approvals.MyApproval'),
     key: ApprovalsActivedName,
     content: <Approvals />,
   },
+  {
+    tab: i18n.t('pages.Approvals.MyApplication'),
+    key: AppliesActivedName,
+    content: <Applies />,
+  },
 ];
 
 const tabListMap = tabList.reduce(

Reply via email to