Skip to content

Commit

Permalink
🐛 On Issues>Affected Application table, update column data-label to m…
Browse files Browse the repository at this point in the history
…atch 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 #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 <[email protected]>
  • Loading branch information
ibolton336 authored Jun 5, 2024
1 parent 66b06b0 commit a957271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a957271

Please sign in to comment.