Browse Source

add task_workflow

visuddhinanda 1 year ago
parent
commit
479255abaf
1 changed files with 10 additions and 0 deletions
  1. 10 0
      dashboard-v4/dashboard/src/components/studio/LeftSider.tsx

+ 10 - 0
dashboard-v4/dashboard/src/components/studio/LeftSider.tsx

@@ -134,6 +134,16 @@ const LeftSiderWidget = ({ selectedKeys = "", openKeys }: IWidgetHeadBar) => {
               ),
               key: "task_projects",
             },
+            {
+              label: (
+                <Link to={`${urlBase}/task/workflows`}>
+                  {intl.formatMessage({
+                    id: "labels.task.workflows",
+                  })}
+                </Link>
+              ),
+              key: "task_workflows",
+            },
           ],
         },
         {