mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 12:45:42 +02:00
Cambio nome
This commit is contained in:
@@ -19,14 +19,14 @@ const STATE_COLORS: Record<PecState, string> = {
|
||||
}
|
||||
|
||||
const STATE_ICONS: Record<PecState, string> = {
|
||||
draft: '📝',
|
||||
queued: '⏳',
|
||||
sent: '📤',
|
||||
accepted: '✅',
|
||||
delivered: '📬',
|
||||
received: '📥',
|
||||
anomaly: '⚠️',
|
||||
failed: '❌',
|
||||
draft: '',
|
||||
queued: '',
|
||||
sent: '',
|
||||
accepted: '',
|
||||
delivered: '',
|
||||
received: '',
|
||||
anomaly: '',
|
||||
failed: '',
|
||||
}
|
||||
|
||||
const TYPE_COLORS: Record<string, string> = {
|
||||
|
||||
Reference in New Issue
Block a user