Skip to content

Commit

Permalink
Merge pull request #545 from mfts/fix/download
Browse files Browse the repository at this point in the history
fix(nav): add missing linkId and viewId
  • Loading branch information
mfts authored Jul 30, 2024
2 parents cb5ce8c + f6afba8 commit 3cc3b70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/view/viewer/advanced-excel-viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ export default function AdvancedExcelViewer({
type="sheet"
isPreview={isPreview}
allowDownload={allowDownload}
linkId={linkId}
viewId={viewId}
/>
<div
style={{ height: "calc(100dvh - 64px)" }}
Expand Down

0 comments on commit 3cc3b70

Please sign in to comment.