Skip to content

Commit

Permalink
Fixes self-closing warning for v-switch
Browse files Browse the repository at this point in the history
  • Loading branch information
mvilanova committed Oct 4, 2023
1 parent 31f608c commit a4af77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/static/dispatch/src/components/AppToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
color="blue"
@change="updateExperimentalFeatures()"
:label="currentUser().experimental_features ? 'Enabled' : 'Disabled'"
></v-switch>
/>
<v-divider />
<v-subheader>Organizations</v-subheader>
<v-list-item v-for="(item, i) in organizations" :key="i">
Expand Down

0 comments on commit a4af77a

Please sign in to comment.