From a957271a39368db1603015eeca38c3841c1bd17d Mon Sep 17 00:00:00 2001 From: Ian Bolton Date: Wed, 5 Jun 2024 10:27:36 -0400 Subject: [PATCH] :bug: On Issues>Affected Application table, update column data-label to match displayed text (#1933) Resolves: #1936 UI Tests PR: 1124 Addresses mismatch between data column and displayed text for "Effort" Column in affected applications table PR konveyor/tackle2-ui#1846 intended to revert back to using effort favoring tooltips to differentiate what is being displayed in fields labeled effort. The Issues>Affected Application table effort column heading text was updated, but the data-label used was still "Total Effort". Signed-off-by: Ian Bolton --- .../issues/affected-applications/affected-applications.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/pages/issues/affected-applications/affected-applications.tsx b/client/src/app/pages/issues/affected-applications/affected-applications.tsx index c9f106d55b..bc9ba6f707 100644 --- a/client/src/app/pages/issues/affected-applications/affected-applications.tsx +++ b/client/src/app/pages/issues/affected-applications/affected-applications.tsx @@ -64,7 +64,7 @@ export const AffectedApplications: React.FC = () => { name: "Name", description: "Description", businessService: "Business service", - effort: "Total Effort", + effort: "Effort", incidents: "Incidents", }, isFilterEnabled: true,