chore(xo-web/xoa/update): dont hide error
This commit is contained in:
@@ -118,8 +118,11 @@ const Updates = decorate([
|
||||
</p>
|
||||
),
|
||||
})
|
||||
} catch (_) {
|
||||
return
|
||||
} catch (error) {
|
||||
if (error === null) {
|
||||
return
|
||||
}
|
||||
throw error
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user