fix: Editing with document history open attempts to edit old revision
fix: Document history sidebar missing background fix: 'Publish' action should not appear when viewing history of drafts closes #1184
This commit is contained in:
@@ -190,7 +190,8 @@ class Header extends React.Component<Props> {
|
||||
</React.Fragment>
|
||||
)}
|
||||
{can.update &&
|
||||
isDraft && (
|
||||
isDraft &&
|
||||
!isRevision && (
|
||||
<Action>
|
||||
<Tooltip
|
||||
tooltip="Publish"
|
||||
|
||||
Reference in New Issue
Block a user