New: Webpack 5, UI Package Updates

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2021-06-27 00:05:34 -04:00
parent 3722099b02
commit 6c9808fe56
24 changed files with 3035 additions and 6027 deletions

View file

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