From 030b4e5f3e574090d917f0339ca1e75f5d55983d Mon Sep 17 00:00:00 2001 From: Scott Dickerson Date: Wed, 4 Sep 2024 09:19:22 -0400 Subject: [PATCH] :bug: Remove extra link from empty task drawer (#2073) 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 --- .../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 - - ) : (