mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-18 04:20:58 +02:00
exclude expand from the record draft
This commit is contained in:
@@ -73,7 +73,7 @@ function serializeRecord(record) {
|
||||
return "";
|
||||
}
|
||||
|
||||
return JSON.stringify(record);
|
||||
return JSON.stringify(redacted(record));
|
||||
}
|
||||
|
||||
const TAB_MAIN = "main";
|
||||
|
||||
Reference in New Issue
Block a user