When you click on a brand recommendation, the origin param is not included in the query tagging. That's because the `BaseEventButton` used on the `QueryPreviewButton` component emits `UserAcceptedAQueryPreview` event without any feature param in the metadata so that the origin couldn't be created.
To fix it, we are going to pass the origin through a prop and it will be added to the event metadata.
## Motivation and context
Pull request template
When you click on a brand recommendation, the origin param is not included in the query tagging. That's because the `BaseEventButton` used on the `QueryPreviewButton` component emits `UserAcceptedAQueryPreview` event without any feature param in the metadata so that the origin couldn't be created. To fix it, we are going to pass the origin through a prop and it will be added to the event metadata. ## Motivation and contextType of change
What is the destination branch of this PR?
Main
How has this been tested?
Click on a brand recommendation and check if the origin
customer:no_query
is sent in the query tagging.Checklist: