fix: double comma causing blank page for owner role

This commit is contained in:
yumoqing 2026-06-01 15:06:06 +08:00
parent 14881f83f2
commit 3cbb0a4719

View File

@ -494,9 +494,9 @@
} }
} }
] ]
}, }
{% if 'owner.*' not in roles %} {% if 'owner.*' not in roles %}
{ ,{
"widgettype": "VBox", "widgettype": "VBox",
"options": { "options": {
"css": "card", "css": "card",