FIX: hide Delete Category button while creating a new category

This commit is contained in:
Prssanna Desai 2018-09-28 18:00:16 +05:30 committed by Gerhard Schlager
parent ac52d8d3c7
commit f1bc1780a6

View File

@ -27,7 +27,7 @@
action="deleteCategory"
icon="trash-o"
label="category.delete"}}
{{else}}
{{else if model.id}}
<div class="disable_info_wrap">
{{d-button disabled=deleteDisabled
class="disable-no-hover"