fix: user follows panic

This commit is contained in:
trisua 2025-07-12 14:44:50 -04:00
parent 6af56ed2b2
commit 227cd3d2ac
2 changed files with 6 additions and 3 deletions

View file

@ -379,7 +379,6 @@
("name" "tags")
("id" "tags")
("placeholder" "tags")
("required" "")
("minlength" "2")
("maxlength" "128")
(text "{% for tag in note.tags -%} {{ tag }}, {% endfor %}"))