Skip to content

Commit

Permalink
fix(ui): support incidents with no defined impacts
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Sep 27, 2024
1 parent 9705e2f commit 9b3c720
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,12 @@ <h3 class="flex-auto truncate text-sm font-semibold leading-6 text-neutral-900 d
<p class="mt-2 truncate text-sm text-neutral-500 dark:text-neutral-300">{{impact.impact_level.value_label}}: {{impact.impact_level.name}}</p>
</li>
</ul>
{% empty %}
<div class="px-4 py-5 sm:px-6 col-span-2">
<h4 class="text-center font-medium text-sm text-neutral-500 dark:text-neutral-100">
No impacts defined at the moment.
</h4>
</div>
{% endfor %}
{% endfill %}
{% endcomponent %}
Expand Down

0 comments on commit 9b3c720

Please sign in to comment.