Skip to content

Commit e2fe731

Browse files
fix(Issues): fix types (#488)
1 parent 2553388 commit e2fe731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/Query/Issues/Issues.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function IssueList(props: {issues: IssueMessage[]; expanded: boolean; level: num
145145
);
146146
}
147147

148-
const severityIcons: Record<SEVERITY, string> = {
148+
const severityIcons: Record<SEVERITY, SVGIconData> = {
149149
S_INFO: infoIcon,
150150
S_WARNING: warningIcon,
151151
S_ERROR: errorIcon,

0 commit comments

Comments
 (0)