chore: remove edit and push issue from page block (#647)
This commit is contained in:
parent
13b2a6fd53
commit
09e17858fe
1 changed files with 2 additions and 2 deletions
|
|
@ -291,9 +291,9 @@ export const SinglePageBlock: React.FC<Props> = ({ block, projectDetails }) => {
|
||||||
<CustomMenu.MenuItem onClick={pushBlockIntoIssues}>
|
<CustomMenu.MenuItem onClick={pushBlockIntoIssues}>
|
||||||
Push into issues
|
Push into issues
|
||||||
</CustomMenu.MenuItem>
|
</CustomMenu.MenuItem>
|
||||||
<CustomMenu.MenuItem onClick={editAndPushBlockIntoIssues}>
|
{/* <CustomMenu.MenuItem onClick={editAndPushBlockIntoIssues}>
|
||||||
Edit and push into issues
|
Edit and push into issues
|
||||||
</CustomMenu.MenuItem>
|
</CustomMenu.MenuItem> */}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<CustomMenu.MenuItem onClick={deletePageBlock}>Delete block</CustomMenu.MenuItem>
|
<CustomMenu.MenuItem onClick={deletePageBlock}>Delete block</CustomMenu.MenuItem>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue