mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-17 02:41:13 +01:00
Fix the GroupSwitch component not showing groups list
This commit is contained in:
parent
0a53549019
commit
a880b1c8c7
@ -205,7 +205,7 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<GroupSwitch v-if="showGroupSwitch" v-model:showGroupSwitch="showGroupSwitch" />
|
<GroupSwitch v-if="showGroupSwitch" v-model:showGroupSwitch="showGroupSwitch" v-model:groups="groups.items" />
|
||||||
<DestinationGroupSelector
|
<DestinationGroupSelector
|
||||||
v-if="showDestinationGroupSelector"
|
v-if="showDestinationGroupSelector"
|
||||||
v-model:showDestinationGroupSelector="showDestinationGroupSelector"
|
v-model:showDestinationGroupSelector="showDestinationGroupSelector"
|
||||||
|
Loading…
Reference in New Issue
Block a user