Allow admins to add and remove invitations per account
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-10 11:21:45 +01:00
parent ca238be6f4
commit f3159d30f1
8 changed files with 77 additions and 17 deletions
@@ -3,7 +3,7 @@
module FormElements
class FieldsetToggleComponent < ViewComponent::Base
def initialize(tag: "li", form: nil, attribute: nil, field_name: nil,
enabled: false, input_enabled: true, title:, description:)
enabled: false, input_enabled: true, title:, description: nil)
@tag = tag
@form = form
@attribute = attribute