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 -->
|
<!-- prism -->
|
||||||
<script src="./libs/prism/prism.js" data-manual></script>
|
<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="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
|
||||||
<link rel="stylesheet" crossorigin href="./assets/index-h3OAAQQg.css">
|
<link rel="stylesheet" crossorigin href="./assets/index-h3OAAQQg.css">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ function serializeRecord(record) {
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
return JSON.stringify(record);
|
return JSON.stringify(redacted(record));
|
||||||
}
|
}
|
||||||
|
|
||||||
const TAB_MAIN = "main";
|
const TAB_MAIN = "main";
|
||||||
|
|||||||
Reference in New Issue
Block a user