Skip to content

Commit 30501da

Browse files
committed
add state
1 parent 9f8b469 commit 30501da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/types/crawlState.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const WAITING_NOT_PAUSED_STATES = [
1111
"starting",
1212
"waiting_capacity",
1313
"waiting_org_limit",
14+
"waiting_dedupe_index",
1415
] as const;
1516

1617
// Match backend TYPE_PAUSED_STATES in models.py

0 commit comments

Comments
 (0)