forked from Gitlink/forgeplus-react
合并请求按钮展示问题
This commit is contained in:
parent
ffc864bbc6
commit
13b335c173
|
|
@ -484,7 +484,7 @@ class MessageCount extends Component {
|
|||
type="success"
|
||||
/>
|
||||
)}
|
||||
{operate && (
|
||||
{data?.pull_request?.pull_request_staus==='open' && data?.user_can_merge && (
|
||||
<Spin spinning={SpinFlag}>
|
||||
<div
|
||||
style={{
|
||||
|
|
|
|||
Loading…
Reference in New Issue