Skip to content

Commit

Permalink
Ensure controls disabled of print preview component is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Sep 5, 2024
1 parent d7335b3 commit bb50cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CAREUI/misc/PrintPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function PrintPreview(props: Props) {
</div>
</ZoomTransform>

<ZoomControls />
<ZoomControls disabled={props.disabled} />
</div>
</ZoomProvider>
</Page>
Expand Down

0 comments on commit bb50cfc

Please sign in to comment.