Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gbishop committed Apr 15, 2024
1 parent af185f8 commit 0b8c771
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22187,7 +22187,7 @@ function getFileMenuItems(bar) {
label: "Save sheet",
title: "Save the content as a spreadsheet",
callback: () => {
saveContent(db.designName, Globals.data.allrows, "xlsx");
saveContent(db.designName, Globals.data.contentRows, "xlsx");
},
}),
new MenuItem({
Expand Down
2 changes: 1 addition & 1 deletion index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service-worker.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b8c771

Please sign in to comment.