Browse Source

Fix `doctrine#show` bug

pull/73/head
alexdbondoc17 4 years ago
parent
commit
7a2732417c
  1. 6
      app/components/annotation_marks_modal_form_component.rb

6
app/components/annotation_marks_modal_form_component.rb

@ -1,4 +1,6 @@
class AnnotationMarksModalFormComponent < BaseComponent
def initialize(current_user:); end
attr_reader :opts
def initialize(current_user:, opts: {})
@opts = opts
end
end
Loading…
Cancel
Save