mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-05-19 06:11:43 -04:00
exclude expand from the record draft
This commit is contained in:
File diff suppressed because one or more lines are too long
2
ui/dist/index.html
vendored
2
ui/dist/index.html
vendored
@@ -13,7 +13,7 @@
|
||||
|
||||
<!-- prism -->
|
||||
<script src="./libs/prism/prism.js" data-manual></script>
|
||||
<script type="module" crossorigin src="./assets/index-DzC-D-6z.js"></script>
|
||||
<script type="module" crossorigin src="./assets/index-CZV9KoEP.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-h3OAAQQg.css">
|
||||
</head>
|
||||
|
||||
@@ -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