Skip to content

Commit

Permalink
fix toggle enable client
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed May 26, 2024
1 parent dbf01c2 commit aca870e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/views/Clients.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
<v-col>{{ item.name }}</v-col>
<v-spacer></v-spacer>
<v-col cols="auto">
<v-switch color="primary" v-model="clients[index].enable" hideDetails density="compact" />
<v-switch color="primary"
v-model="clients[index].enable"
@update:model-value="buildInboundsUsers(item.inbounds.split(','))"
hideDetails density="compact" />
</v-col>
</v-row>
</v-card-title>
Expand Down

0 comments on commit aca870e

Please sign in to comment.