@@ -36,6 +36,7 @@ const STATUS_COLOR: Record<DevPlanVersionStatusDto, string> = {
|
||||
IN_PROGRESS: 'processing',
|
||||
TESTING: 'purple',
|
||||
RELEASED: 'green',
|
||||
STOPPED: 'red',
|
||||
};
|
||||
|
||||
function formatDuration(minutes?: number | null) {
|
||||
|
||||
Reference in New Issue
Block a user