mirror of https://github.com/docusealco/docuseal
parent
4dde9890e0
commit
e07b50c22d
@ -0,0 +1,14 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# fix NoMethodError: undefined method `field_value' for #<HexaPDF::Type::AcroForm::Field
|
||||
module HexaPDF
|
||||
module Type
|
||||
module AcroForm
|
||||
class Field
|
||||
def field_value
|
||||
''
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Reference in new issue