GravityKit / GravityExport-Lite

GravityExport Lite. Export all Gravity Forms entries to Excel (.xlsx) via a secret (shareable) url.
https://gfexcel.com
GNU General Public License v2.0
12 stars 8 forks source link

fix invalid type for callback #185

Closed doekenorg closed 7 months ago

doekenorg commented 11 months ago

In a previous attempt to fill out a forms columns, I've added a null value to add an empty cell. The callback expected a BaseValue.

This PR fixes that, and makes sure it is a valid empty string object.