[Vue] fix component reference in Field, should be part of formField property
#18741
Bugnot-in-changelog4.8.0
@diosmosis
opened this Pull Request on February 4th 2022
Member
Description:
component is meant to be part of the formField prop not passed in as its own. This shouldn't affect any existing code since all code I know of that uses component goes straight to FormField not to Field.
[ ] Potential edge cases thought about (behavior of the code with strange input, with strange internal state or possible interactions with other Matomo subsystems)
[ ] Usability review done (is anything maybe unclear or think about anything that would cause people to reach out to support)