Skip to content

Commit

Permalink
IBX-2124: Set disabled state on delete button in section view (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Jan 28, 2022
1 parent 08e318e commit ac94dd7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<button
type="button"
class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--small {% if not deletable %}disabled{% endif %}"
{% if not deletable %}disabled{% endif %}
{{ modalDataAttributes }}
>
<svg class="ibexa-icon ibexa-icon--small">
Expand Down

0 comments on commit ac94dd7

Please sign in to comment.