Commit 368da27f by Ivan Lan

fix: try to fix export select

parent 397434db
......@@ -120,7 +120,7 @@ module TalltyImportExport
end
def export_headers_result **options
@headers = options.symbolize_keys[:headers]
@headers = options.deep_symbolize_keys[:headers]
@headers = super(**options)
@headers = TalltyImportExport::Attr::ExportHeader.new({ items: @headers })
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment