Skip to content

Commit

Permalink
Disable DownloadMenu (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Jul 23, 2024
1 parent a2d8e69 commit c97340f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/headers/DocumentHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { ActorID } from "yorkie-js-sdk";
import { EditorModeType, selectEditor, setMode } from "../../store/editorSlice";
import { selectWorkspace } from "../../store/workspaceSlice";
import { YorkieCodeMirrorPresenceType } from "../../utils/yorkie/yorkieSync";
import DownloadMenu from "../common/DownloadMenu";
// import DownloadMenu from "../common/DownloadMenu";
import ShareButton from "../common/ShareButton";
import ThemeButton from "../common/ThemeButton";

Expand Down Expand Up @@ -148,7 +148,7 @@ function DocumentHeader() {
</ToggleButtonGroup>
)}
</Paper>
<DownloadMenu />
{/* <DownloadMenu /> */}
</Stack>
<Stack direction="row" alignItems="center" gap={1}>
<AvatarGroup max={4} onClick={handleOpenPopover}>
Expand Down

0 comments on commit c97340f

Please sign in to comment.