2024-04-29 00:17:15 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2022-09-26 17:14:20 +02:00
|
|
|
class Dossiers::NotifiedToggleComponent < ApplicationComponent
|
|
|
|
def initialize(procedure:, procedure_presentation:)
|
|
|
|
@procedure = procedure
|
2024-10-08 19:40:19 +02:00
|
|
|
@sorted_column = procedure_presentation.sorted_column
|
2022-09-26 17:14:20 +02:00
|
|
|
end
|
|
|
|
end
|