payload
payload copied to clipboard
fix(plugin-form-builder): passes form data to links for slate
Description
Closes #4563
Slate serializer was not passing the form data to the link node.
- [X] I have read and understand the CONTRIBUTING.md document in this repository.
Type of change
- [X] Bug fix (non-breaking change which fixes an issue)
Checklist:
- [ ] I have added tests that prove my fix is effective or that my feature works
- [X] Existing test suite passes locally with my changes
- [ ] I have made corresponding changes to the documentation
@JessChowdhury are you able to write a test for this?