Fixed files that were using incorrect imports

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick
2021-04-25 12:20:22 -04:00
parent 2953ffac13
commit ab2a3e9ee8
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ function getStatusIconProps(status, message) {
case 'failed':
return {
name: icons.FATAL,
kind: kinds.ERROR,
kind: kinds.DANGER,
title: `${title}: ${message}`
};