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 {
},
props: {
target: {
type: HTMLAnchorElement,
type: HTMLElement,
required: true,
},
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