From 62b4022d85d68f466555db7c5ab9aed475959896 Mon Sep 17 00:00:00 2001 From: Scott J Dickerson Date: Fri, 30 Aug 2024 18:25:35 -0400 Subject: [PATCH] :bug: Remove extra link from empty task drawer 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 - - ) : (