class AppImportErrorsComponent
Public Class Methods
Source
# File app/components/app_import_errors_component.rb, line 38 def initialize(errors: nil, title: "Upload failed") @errors = errors @title = title end
Public Instance Methods
Source
# File app/components/app_import_errors_component.rb, line 43 def render? = @errors.present? || content.present? end