fix(profile): triggerbutton selector

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
skjnldsv 2024-11-13 12:50:09 +01:00
parent 54be2ef0f3
commit eccbc0dfb3

View file

@ -146,7 +146,7 @@ export default {
}
// TODO: provide focus method from NcActions
this.$refs.federationActions.$refs.menuButton.$el.focus()
this.$refs.federationActions.$refs?.triggerButton?.$el?.focus?.()
},
async updatePrimaryScope(scope) {