Skip to content

Commit

Permalink
Merge pull request #1798 from IBMa/joho-QuickFixForRelease
Browse files Browse the repository at this point in the history
fix(extension): Fix filtering typo and add explanation in Summary popup
  • Loading branch information
ErickRenteria authored Jan 12, 2024
2 parents fa98c27 + 6527e41 commit 1f4b5cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export class ReportSection extends React.Component<ReportSectionProps, ReportSec
light={false}
type="default"
style={{ float: "right" }}
selecteditems={levelSelectedItems}
selectedItems={levelSelectedItems}
initialSelectedItems={levelSelectedItems}
onChange={async (evt: any) => {
let checked = appController.getLevelFilters();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
<div className="summaryTitleDetail">{time}</div>
<div className="summaryTitleDetail"><span style={{ fontWeight: 600 }}>Scanned page:</span> {this.state.reportMeta && this.state.reportMeta.pageURL || ""}</div>
<div className="summaryTitleDetail"><span style={{ textDecorationLine: "underline" }}>{ignoredTotal} hidden issues</span></div>
<br></br>
<div className="summaryTitleDetail">Select or deselect checkboxes to filter issues in the Checker view</div>

</Column>
</Grid>
<Grid style={{margin: "0rem"}}>
Expand Down

0 comments on commit 1f4b5cb

Please sign in to comment.