Skip to content

Commit

Permalink
chore: revert source header changes (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonkeyval authored Sep 23, 2024
1 parent 19ee8bd commit 30ff128
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,13 +391,13 @@ export function SourcesTableHeader({
{`${data.length} ${OVERVIEW.MENU.SOURCES}`}
</KeyvalText>

{true && (
{groupErrorMessage.length > 0 && (
<KeyvalSwitch
toggle={showSourcesWithIssues}
handleToggleChange={() =>
setShowSourcesWithIssues(!showSourcesWithIssues)
}
label={'Show Only Sources with Errors'}
label={'Show Sources with Errors'}
/>
)}
{selectedCheckbox.length > 0 && (
Expand Down

0 comments on commit 30ff128

Please sign in to comment.