1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Fixed files that were using incorrect imports

(cherry picked from commit a3bb2f1c32fc1e0c49d0d1fe24c04940453f5431)
This commit is contained in:
Mark McDowall
2021-04-23 19:41:25 -07:00
committed by Qstick
parent 194a1e5154
commit df4bfa501c
3 changed files with 5 additions and 5 deletions
@@ -41,7 +41,7 @@ function getStatusIconProps(status, message) {
case 'failed':
return {
name: icons.FATAL,
kind: kinds.ERROR,
kind: kinds.DANGER,
title: `${title}: ${message}`
};