Commit 9f36d40d authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '329518-allow-any-element-for-userpopover' into 'master'

Update user_popover target prop type to any HTML element

See merge request gitlab-org/gitlab!60826
parents 7092a417 68932d9a
...@@ -20,7 +20,7 @@ export default { ...@@ -20,7 +20,7 @@ export default {
}, },
props: { props: {
target: { target: {
type: HTMLAnchorElement, type: HTMLElement,
required: true, required: true,
}, },
user: { user: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment