2024-04-29 00:17:15 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2023-01-06 20:07:53 +01:00
|
|
|
class Dossiers::BatchOperationInlineButtonsComponent < ApplicationComponent
|
|
|
|
attr_reader :opt, :icons, :form
|
|
|
|
|
|
|
|
def initialize(opt:, icons:, form:)
|
|
|
|
@opt = opt
|
|
|
|
@icons = icons
|
|
|
|
@form = form
|
|
|
|
end
|
|
|
|
end
|