fix: trailing comma when no pagination block rendered

This commit is contained in:
yumoqing 2026-07-29 15:00:38 +08:00
parent e9dc4208e0
commit 10280f60f1

View File

@ -120,7 +120,8 @@
] ]
} }
] ]
}, }{% if total_pages > 1 %},
{% endif %}
{% if total_pages > 1 %} {% if total_pages > 1 %}
{ {
"widgettype": "HBox", "widgettype": "HBox",