mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-11 09:00:48 +02:00
[#7649] renamed the stringify util and removed its unnecessery tags stripping
This commit is contained in:
@@ -73,7 +73,7 @@ export function input(props) {
|
||||
|
||||
const autodateValues = [];
|
||||
for (let f of autodateFields) {
|
||||
autodateValues.push(`${f.name}: ${app.utils.stringifyValue(props.record[f.name])}`);
|
||||
autodateValues.push(`${f.name}: ${app.utils.displayValue(props.record[f.name])}`);
|
||||
}
|
||||
|
||||
return t.div(
|
||||
|
||||
Reference in New Issue
Block a user