(value: string)
| 61 | } |
| 62 | }; |
| 63 | const handleSelectChange = (value: string) => { |
| 64 | if (value === 'stash') { |
| 65 | void handleStash(); |
| 66 | } else { |
| 67 | onCancel(); |
| 68 | } |
| 69 | }; |
| 70 | if (loading) { |
| 71 | return <Box flexDirection="column" padding={1}> |
| 72 | <Box marginBottom={1}> |
nothing calls this directly
no test coverage detected