Skip to content

Commit

Permalink
Merge pull request #4973 from ampproject/feature/4707-done-screen
Browse files Browse the repository at this point in the history
Ensure save screen has all option data
  • Loading branch information
westonruter committed Jul 2, 2020
2 parents 37cb245 + 719ff5c commit a8a4d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/setup/pages/save/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function Preview() {
export function Save() {
const {
didSaveOptions,
updates: { theme_support: themeSupport, reader_theme: readerTheme },
editedOptions: { theme_support: themeSupport, reader_theme: readerTheme },
originalOptions: { preview_permalink: previewPermalink },
saveOptions,
savingOptions,
Expand Down

0 comments on commit a8a4d4d

Please sign in to comment.