feat: use proper cotton boolean for removing padding on empty msg

This commit is contained in:
Herculino Trotta
2024-11-30 17:12:12 -03:00
parent 8331b3f7d4
commit 28c8a961bc
11 changed files with 11 additions and 11 deletions

View File

@@ -67,7 +67,7 @@
</tbody>
</table>
{% else %}
<c-msg.empty title="{% translate "No rules" %}" :remove-padding="True"></c-msg.empty>
<c-msg.empty title="{% translate "No rules" %}" remove-padding></c-msg.empty>
{% endif %}
</div>
</div>