()
| 450 | }; |
| 451 | |
| 452 | const onOpenWorkspace = () => { |
| 453 | if (!selectedWorkspaceId) { |
| 454 | return; |
| 455 | } |
| 456 | |
| 457 | bridge.postMessage({ type: "openWorkspace", workspaceId: selectedWorkspaceId }); |
| 458 | }; |
| 459 | |
| 460 | |
| 461 | return ( |
nothing calls this directly
no test coverage detected