From 2c453aa531e50b5405faa38c6e7e8f1bf5de0a06 Mon Sep 17 00:00:00 2001 From: Mary Hipp Date: Mon, 4 Mar 2024 12:14:16 -0500 Subject: [PATCH] fix type error --- .../AddModelPanel/ModelInstallQueue/ModelInstallQueueBadge.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueueBadge.tsx b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueueBadge.tsx index 84989be514..8afa39bfff 100644 --- a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueueBadge.tsx +++ b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueueBadge.tsx @@ -11,6 +11,7 @@ const STATUSES = { completed: { colorScheme: 'green', translationKey: 'queue.completed' }, error: { colorScheme: 'red', translationKey: 'queue.failed' }, cancelled: { colorScheme: 'orange', translationKey: 'queue.canceled' }, + downloads_done: { colorScheme: 'yellow', translationKey: 'queue.in_progress' }, }; const ModelInstallQueueBadge = ({