Skip to content

Commit cb4e024

Browse files
author
Craig O'Donnell
authored
add mapping for CopyingArtifacts installation state (#4540)
1 parent 260aae6 commit cb4e024

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/src/utilities/utilities.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,8 @@ export const Utilities = {
649649
switch (state) {
650650
case "Waiting":
651651
return "Waiting for a previous upgrade";
652+
case "CopyingArtifacts":
653+
return "Upgrading";
652654
case "Enqueued":
653655
return "Upgrading";
654656
case "Installing":

0 commit comments

Comments
 (0)