fix: item list view in website (#43165)

This commit is contained in:
rohitwaghchaure
2024-09-13 12:03:57 +05:30
committed by GitHub
parent d9e4ed13cb
commit ce34bb9793

View File

@@ -1,4 +1,4 @@
<div>
<a href={{ route }}>{{ title }}</a>
<a href={{ route }}>{{ title or name }}</a>
</div>
<!-- this is a sample default list template -->