Browse Source

Merge pull request #73 from lexintegritastech/improve-main-ui

Fix `doctrine#show` bug
pull/74/head
Alexander D. Bondoc 4 years ago committed by GitHub
parent
commit
a311289978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      app/components/annotation_marks_modal_form_component.rb

8
app/components/annotation_marks_modal_form_component.rb

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

Loading…
Cancel
Save