1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Fixed files that were using incorrect imports

This commit is contained in:
Mark McDowall
2021-04-23 19:41:25 -07:00
parent bd83a2af88
commit a3bb2f1c32
4 changed files with 6 additions and 6 deletions
@@ -40,7 +40,7 @@ function getStatusIconProps(status, message) {
case 'failed':
return {
name: icons.FATAL,
kind: kinds.ERROR,
kind: kinds.DANGER,
title: `${title}: ${message}`
};