mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
chore: publish button cta post publish (#497)
This commit is contained in:
committed by
GitHub
parent
13d71f2b92
commit
35d89fc09d
@@ -153,7 +153,7 @@ export const PageDetailsHeader = observer(() => {
|
||||
)}
|
||||
{isCurrentUserOwner && (
|
||||
<Button variant="outline-primary" size="sm" onClick={() => setIsPublishModalOpen(true)}>
|
||||
Publish
|
||||
{isDeployed ? "Unpublish" : "Publish"}
|
||||
</Button>
|
||||
)}
|
||||
{isContentEditable && (
|
||||
|
||||
Reference in New Issue
Block a user