mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
refactor: rename negative to overtime
This commit is contained in:
committed by
Carlos Valente
parent
ee1753ef29
commit
6d1a911ab8
@@ -6,7 +6,7 @@ export enum TimerPhase {
|
||||
Default = 'default',
|
||||
Warning = 'warning',
|
||||
Danger = 'danger',
|
||||
Negative = 'negative',
|
||||
Overtime = 'overtime',
|
||||
Pending = 'pending', // used for waiting to roll
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user