Skip to content

Commit effb188

Browse files
committed
Refactor MCP and non-MCP connects in Dash
1 parent f7fb4bd commit effb188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/pages/mcp_connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def layout():
125125
dbc.Col([
126126
dbc.Label("Auth Type", className="form-label"),
127127
dcc.Dropdown(
128-
id="auth-type-select",
128+
id="auth-type-mcp-select",
129129
options=[
130130
{"label": "Bearer token", "value": "bearer_token"},
131131
{"label": "OAuth User to Machine Per User", "value": "oauth_user_machine_per_user"},

0 commit comments

Comments
 (0)