(msg: string)
| 467 | pluginId: pluginId_0 |
| 468 | } = viewState; |
| 469 | function finish(msg: string): void { |
| 470 | setResult(msg); |
| 471 | if (onInstallComplete) { |
| 472 | void onInstallComplete(); |
| 473 | } |
| 474 | setParentViewState({ |
| 475 | type: 'menu' |
| 476 | }); |
| 477 | } |
| 478 | return <PluginOptionsFlow plugin={plugin_4} pluginId={pluginId_0} onDone={(outcome, detail) => { |
| 479 | switch (outcome) { |
| 480 | case 'configured': |