Fixed files that were using incorrect imports

(cherry picked from commit a3bb2f1c32fc1e0c49d0d1fe24c04940453f5431)
(cherry picked from commit 9ebdc5364c69971fde5a0c854a2d46d6b027fd5f)
This commit is contained in:
Mark McDowall
2021-05-10 22:20:27 +01:00
committed by ta264
parent 00e4555736
commit 7d4c92cc96
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}`
};