Skip to content

Commit

Permalink
Fix forgotten line removal from #31078
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Aug 12, 2021
1 parent baf9697 commit df84364
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ function useAutosaveNotice() {
( select ) => ( {
postId: select( editorStore ).getCurrentPostId(),
isEditedPostNew: select( editorStore ).isEditedPostNew(),
getEditedPostAttribute: select( editorStore )
.getEditedPostAttribute,
hasRemoteAutosave: !! select( editorStore ).getEditorSettings()
.autosave,
} ),
Expand Down

0 comments on commit df84364

Please sign in to comment.