datocms / plugins

Repository providing samples using the Plugins SDK
MIT License
33 stars 47 forks source link

feat(table-editor): improve header empty validation #105

Closed robrechtme closed 2 months ago

robrechtme commented 4 months ago

Hi

In the Table Editor plugin, the column name is required. However, a whitespace (" ") is allowed, which kind of bypasses the validation. This PR blocks whitespaces as valid column names.

stefanoverna commented 2 months ago

Released in v0.2.1 of the plugin, thanks!