From e1c60f1fde7808ad867a3ab383aed2397e70276a Mon Sep 17 00:00:00 2001 From: "konveyor-ci-bot[bot]" <159171263+konveyor-ci-bot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:03:04 -0400 Subject: [PATCH] :bug: Remove extra link from empty task drawer (#2073) (#2076) On the task drawer's empty state, remove the "View all tasks" link from the empty state. The link is already available in the task drawer header. Resolves: https://issues.redhat.com/browse/MTA-3220 Signed-off-by: Scott J Dickerson Signed-off-by: Cherry Picker --- .../src/app/components/task-manager/TaskManagerDrawer.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/client/src/app/components/task-manager/TaskManagerDrawer.tsx b/client/src/app/components/task-manager/TaskManagerDrawer.tsx index 56867b8038..61f32559a9 100644 --- a/client/src/app/components/task-manager/TaskManagerDrawer.tsx +++ b/client/src/app/components/task-manager/TaskManagerDrawer.tsx @@ -6,9 +6,7 @@ import { DropdownItem, DropdownList, EmptyState, - EmptyStateActions, EmptyStateBody, - EmptyStateFooter, EmptyStateHeader, EmptyStateIcon, EmptyStateVariant, @@ -101,11 +99,6 @@ export const TaskManagerDrawer: React.FC = forwardRef( running. Completed and cancelled tasks may be viewed on the full task list. - - - View All Tasks - - ) : (