mirror of
https://github.com/harness/drone.git
synced 2025-05-10 22:21:22 +08:00
Merge branch 'code-240' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#34)
This commit is contained in:
commit
961cf14fd2
@ -70,7 +70,7 @@ const ReviewSplitButton = (props: ReviewSplitButtonProps) => {
|
|||||||
.then(() => {
|
.then(() => {
|
||||||
// setReset(true)
|
// setReset(true)
|
||||||
showSuccess(getString('pr.reviewSubmitted'))
|
showSuccess(getString('pr.reviewSubmitted'))
|
||||||
refreshPr()
|
refreshPr?.()
|
||||||
})
|
})
|
||||||
.catch(exception => showError(getErrorMessage(exception)))
|
.catch(exception => showError(getErrorMessage(exception)))
|
||||||
}, [decisionOption, mutate, showError, showSuccess, getString])
|
}, [decisionOption, mutate, showError, showSuccess, getString])
|
||||||
|
Loading…
Reference in New Issue
Block a user