Skip to content

Commit

Permalink
remove loaded and nlpAnnotating references
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Jeanneney committed Feb 5, 2025
1 parent a86bde6 commit a2cea41
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ const documentStatusIconNameMapping: Record<
documentType['status'],
{ iconName: iconNameType; colorName: 'alert' | 'primary' }
> = {
loaded: { iconName: 'waiting', colorName: 'primary' },
nlpAnnotating: { iconName: 'waiting', colorName: 'primary' },
free: { iconName: 'waiting', colorName: 'primary' },
pending: { iconName: 'assigned', colorName: 'primary' },
saved: { iconName: 'update', colorName: 'primary' },
Expand Down

0 comments on commit a2cea41

Please sign in to comment.