Skip to content

Commit

Permalink
Merge pull request #1197 from digma-ai/fix/icon
Browse files Browse the repository at this point in the history
Update Data select icon in Digma Metrics report
  • Loading branch information
kshmidt-digma authored Dec 9, 2024
2 parents 8c5b924 + d057c6a commit 8404ce0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Dashboard/MetricsReport/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { InfinityIcon } from "../../../common/icons/16px/InfinityIcon";
import { TableIcon } from "../../../common/icons/16px/TableIcon";
import { TreemapIcon } from "../../../common/icons/16px/TreemapIcon";
import { ChevronIcon } from "../../../common/icons/20px/ChevronIcon";
import { DatabaseIcon } from "../../../common/icons/DatabaseIcon";
import { Direction } from "../../../common/icons/types";
import { ToggleValue } from "../../../common/Toggle/types";
import { NewIconButton } from "../../../common/v3/NewIconButton";
Expand Down Expand Up @@ -369,7 +370,7 @@ export const Header = ({ onGoBack }: HeaderProps) => {
selected: selectedCriticalityLevels.includes(item.id)
}))}
multiselect={true}
icon={WrenchIcon}
icon={DatabaseIcon}
onChange={handleDataChanged}
placeholder={"Data"}
/>
Expand Down

0 comments on commit 8404ce0

Please sign in to comment.