Skip to content

Commit 4cf5836

Browse files
committed
chore: fixup
1 parent b31e746 commit 4cf5836

File tree

1 file changed

+1
-1
lines changed
  • examples/react-coffee-warehouse/src/components

1 file changed

+1
-1
lines changed

examples/react-coffee-warehouse/src/components/Grid.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const Grid = (props) => {
8383
pdfExportRef.current.save(data, onPdfExportDone);
8484
}
8585
},
86-
[onPdfExportDone]
86+
[data, onPdfExportDone]
8787
);
8888

8989
const GridElement = (

0 commit comments

Comments
 (0)