Add date style format from config
This commit is contained in:
parent
2dd1b0417a
commit
d5c6ef494c
@ -70,7 +70,7 @@ function formatValue(t, mapping, rawValue) {
|
||||
value = t("common.bitrate", { value });
|
||||
break;
|
||||
case "date":
|
||||
value = t("common.date", { value, dateStyle: "long" });
|
||||
value = t("common.date", { value, dateStyle: mapping?.dateStyle ?? "long" });
|
||||
break;
|
||||
case "text":
|
||||
default:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user