mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
ValueFormats: Add Uruguay peso currency (#88260)
This commit is contained in:
parent
2b54ce6c51
commit
4248ff4688
@ -147,6 +147,7 @@ export const getCategories = (): ValueFormatCategory[] => [
|
||||
{ name: 'CFP franc (XPF)', id: 'currencyXPF', fn: currency('XPF') },
|
||||
{ name: 'Bulgarian Lev (BGN)', id: 'currencyBGN', fn: currency('BGN') },
|
||||
{ name: 'Guaraní (₲)', id: 'currencyPYG', fn: currency('₲') },
|
||||
{ name: 'Uruguay Peso (UYU)', id: 'currencyUYU', fn: currency('UYU') },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user