exclude expand from the record draft

This commit is contained in:
Gani Georgiev
2026-04-22 23:15:46 +03:00
parent a6002c4622
commit 3566ba3729
3 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ function serializeRecord(record) {
return "";
}
return JSON.stringify(record);
return JSON.stringify(redacted(record));
}
const TAB_MAIN = "main";