Skip to content

Commit

Permalink
Migrate the editor mode local storage data
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Mar 3, 2022
1 parent 6088be3 commit eb4ef01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/data/src/plugins/persistence/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,11 @@ persistencePlugin.__unstableMigrate = ( pluginOptions ) => {
persistence,
'core/edit-site'
);
migrateIndividualPreferenceToPreferencesStore(
persistence,
'core/edit-site',
'editorMode'
);
};

export default persistencePlugin;

0 comments on commit eb4ef01

Please sign in to comment.