Skip to content

Commit

Permalink
fix: missing linkId and viewId
Browse files Browse the repository at this point in the history
  • Loading branch information
mfts committed Jul 30, 2024
1 parent 39241aa commit f6afba8
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 f6afba8

Please sign in to comment.