Fix missing description for FieldsetToggleComponent

This commit is contained in:
2024-05-23 00:01:25 +02:00
parent 231dfc8404
commit 3f43fe8101
2 changed files with 2 additions and 2 deletions
@@ -6,7 +6,7 @@
<div class="flex flex-col">
<label class="font-bold mb-1"><%= @title %></label>
<% if @description.present? %>
<p class="text-gray-500"><%= @descripton %></p>
<p class="text-gray-500"><%= @description %></p>
<% end %>
</div>
<div class="relative ml-4 inline-flex flex-shrink-0">