Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 586a3b9

Browse files
committed
fix: update ConnectWebview.selected_provider to accept null
1 parent a1f1478 commit 586a3b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/interfaces/ConnectWebview.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/types/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export interface ConnectWebview {
180180
workspace_id: string
181181
device_selection_mode: string
182182
accepted_providers: Provider[]
183-
selected_provider?: Provider
183+
selected_provider: Provider | null
184184
accepted_devices: unknown[]
185185
any_provider_allowed: boolean
186186
any_device_allowed: null | boolean

0 commit comments

Comments
 (0)