fix basicusercard

This commit is contained in:
Henry Jameson 2022-06-27 19:26:52 +03:00
commit 700df11e9a
4 changed files with 18 additions and 29 deletions

View file

@ -4,7 +4,7 @@ import { defineAsyncComponent } from 'vue'
const UserPopover = {
name: 'UserPopover',
props: [
'userId', 'overlayCenters', 'disabled'
'userId', 'overlayCenters', 'disabled', 'overlay-centers-selector'
],
components: {
UserCard,