We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902bf9b commit 8886e52Copy full SHA for 8886e52
1 file changed
src/dashboard-client/src/components/user/UserGlobalTokens.vue
@@ -254,7 +254,7 @@
254
</md-table-cell>
255
<md-table-cell>{{ t.last_used_at ? formatDate(t.last_used_at) : '—' }}</md-table-cell>
256
<md-table-cell>
257
- <md-switch :value="t.allow_trigger" @change="toggleMcpTrigger(t)" class="mcp-trigger-switch"></md-switch>
+ <md-switch v-model="t.allow_trigger" @change="toggleMcpTrigger(t)" class="mcp-trigger-switch"></md-switch>
258
259
260
<md-button class="md-icon-button" @click="confirmMcpRevoke(t)">
0 commit comments