We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2553388 commit e2fe731Copy full SHA for e2fe731
src/containers/Tenant/Query/Issues/Issues.tsx
@@ -145,7 +145,7 @@ function IssueList(props: {issues: IssueMessage[]; expanded: boolean; level: num
145
);
146
}
147
148
-const severityIcons: Record<SEVERITY, string> = {
+const severityIcons: Record<SEVERITY, SVGIconData> = {
149
S_INFO: infoIcon,
150
S_WARNING: warningIcon,
151
S_ERROR: errorIcon,
0 commit comments