mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WIKI-399] fix: add favorite action to page header #7144
This commit is contained in:
committed by
GitHub
parent
151fc8389e
commit
323920a358
@@ -13,6 +13,7 @@ import { TPageInstance } from "@/store/pages/base-page";
|
||||
// local imports
|
||||
import { PageArchivedBadge } from "./archived-badge";
|
||||
import { PageCopyLinkControl } from "./copy-link-control";
|
||||
import { PageFavoriteControl } from "./favorite-control";
|
||||
import { PageOfflineBadge } from "./offline-badge";
|
||||
|
||||
type Props = {
|
||||
@@ -31,6 +32,7 @@ export const PageHeaderActions: React.FC<Props> = observer((props) => {
|
||||
<PageMoveControl page={page} />
|
||||
<PageInfoPopover page={page} />
|
||||
<PageCopyLinkControl page={page} />
|
||||
<PageFavoriteControl page={page} />
|
||||
<PageOptionsDropdown page={page} storeType={storeType} />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user