(msg: string)
| 542 | pluginId: pluginId_2 |
| 543 | } = viewState; |
| 544 | function finish(msg: string): void { |
| 545 | setResult(msg); |
| 546 | if (onInstallComplete) { |
| 547 | void onInstallComplete(); |
| 548 | } |
| 549 | setParentViewState({ |
| 550 | type: 'menu' |
| 551 | }); |
| 552 | } |
| 553 | return <PluginOptionsFlow plugin={plugin_5} pluginId={pluginId_2} onDone={(outcome, detail) => { |
| 554 | switch (outcome) { |
| 555 | case 'configured': |