build
This commit is contained in:
@@ -169,7 +169,7 @@ class DataSettings {
|
|||||||
item.id,
|
item.id,
|
||||||
item.key,
|
item.key,
|
||||||
item.type === "decimal"
|
item.type === "decimal"
|
||||||
? addThousandSeparators(item.value, 0)
|
? addThousandSeparators(item.value)
|
||||||
: item.value,
|
: item.value,
|
||||||
item.created_at,
|
item.created_at,
|
||||||
item.id,
|
item.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user