This commit is contained in:
2024-08-18 19:20:53 +03:00
parent 50c8af7bda
commit 509d7c13f2
7 changed files with 3 additions and 546 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ function noTemplate(schema, record) {
record?.data[schema.fields.filter((f) => f.info.name === "text")[0]?.name]
).slice(0, 300);
if(title.trim() == ""){
if(title.trim() === ""){
return "~Untitled~";
}