Skip to content

Commit

Permalink
Re-add list status up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Jan 30, 2025
1 parent 4d5dbd9 commit 26a5d34
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import type { Option } from '@mtes-mct/monitor-ui'

enum TagFrontCompletionStatusLabel {
COMPLETED = 'Données complétées',
TO_COMPLETE = 'Données à compléter'
TO_COMPLETE = 'Données à compléter',
UP_TO_DATE = 'Données à jour'
}

export const MISSION_FILTER_LABEL_ENUMS: Record<MissionFilterType, Record<string, string> | undefined> = {
Expand Down

0 comments on commit 26a5d34

Please sign in to comment.