Skip to content

Commit 0939c9d

Browse files
committed
undo inprogress badge removal
1 parent ef4f9d5 commit 0939c9d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/compass-indexes/src/components/regular-indexes-table/status-field.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ const StatusField: React.FunctionComponent<StatusFieldProps> = ({
8181
</BadgeWithTooltip>
8282
)}
8383

84+
{status === 'inprogress' && (
85+
<Badge data-testid="index-in-progress" variant={BadgeVariant.Blue}>
86+
In Progress
87+
</Badge>
88+
)}
89+
8490
{status === 'creating' && (
8591
<Badge data-testid="index-creating" variant={BadgeVariant.Blue}>
8692
Creating

0 commit comments

Comments
 (0)