This commit is contained in:
arifal
2025-06-24 12:05:00 +07:00
parent e5baf5318f
commit 2f43ebe97e
2 changed files with 1 additions and 1 deletions

BIN
build.zip

Binary file not shown.

View File

@@ -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,