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
@@ -12,7 +12,7 @@ module FormElements
@enabled = enabled
@input_enabled = input_enabled
@title = title
@descripton = description
@description = description
@button_text = @enabled ? "Switch off" : "Switch on"
end
end