v0.6.1
Important
If you are using the closeLabel or submitLabel props in AutoFormModal, update your code to use the new configuration format:
:config="{ modal: { submitLabel: 'Save', closeLabel: 'Cancel' } }"
🚀 Enhancements
- Add global config for
AutoFormModalbutton labels (#28)
❤️ Contributors
- Lajczi (@lajczi)