Fix trash
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
{% if button_url == "#" %}
|
||||
<button id="emptyTrashBtn"
|
||||
class="btn {{ button_class if button_class else '' }}"
|
||||
style="{{ 'background-color: var(--primary-color); color: white;' if not button_class else '' }}{{ '; ' + button_style if button_style else '' }}">
|
||||
style="{{ 'background-color: var(--primary-color); color: white;' if not button_class else '' }}{{ '; ' + button_style if button_style else '' }}"
|
||||
onclick="showEmptyTrashModal()">
|
||||
{% if button_icon %}
|
||||
<i class="fas {{ button_icon }} me-1"></i>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user