fix: File cleanup
This commit is contained in:
@@ -192,7 +192,6 @@ export function Tunnel({ filterHostKey }: SSHTunnelProps): React.ReactElement {
|
||||
|
||||
await fetchTunnelStatuses();
|
||||
} catch {
|
||||
// Ignore tunnel action errors
|
||||
} finally {
|
||||
setTunnelActions((prev) => ({ ...prev, [tunnelName]: false }));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user