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

@@ -121,7 +121,7 @@
{% else %}
<c-msg.empty
title="{% translate 'No entries for this DCA' %}"
subtitle="{% translate "Try adding one" %}" :remove-padding="True"></c-msg.empty>
subtitle="{% translate "Try adding one" %}" remove-padding></c-msg.empty>
{% endif %}
</div>
</div>