Browse Source

Fix the GroupSwitch component not showing groups list

Bubka 1 year ago
parent
commit
a880b1c8c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/js_vue3/views/Accounts.vue

+ 1 - 1
resources/js_vue3/views/Accounts.vue

@@ -205,7 +205,7 @@
 
 <template>
     <div>
-        <GroupSwitch v-if="showGroupSwitch" v-model:showGroupSwitch="showGroupSwitch" />
+        <GroupSwitch v-if="showGroupSwitch" v-model:showGroupSwitch="showGroupSwitch" v-model:groups="groups.items" />
         <DestinationGroupSelector
             v-if="showDestinationGroupSelector"
             v-model:showDestinationGroupSelector="showDestinationGroupSelector"