()
| 1400 | const toolsReady = AsyncResult.isSuccess(tools); |
| 1401 | const toolsFailed = AsyncResult.isFailure(tools); |
| 1402 | const navigateToIndex = () => |
| 1403 | navigate({ |
| 1404 | to: "/{-$orgSlug}/toolkits", |
| 1405 | }); |
| 1406 | |
| 1407 | const createToolkitHandler = async (input: { owner: Owner; name: string }) => { |
| 1408 | await doCreateToolkit({ |
no outgoing calls
no test coverage detected