Skip to content

Commit

Permalink
Remove obsolete check
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiomorales committed May 27, 2024
1 parent 72365b2 commit f8a7e41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/editor/src/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ export const hasNonPostEntityChanges = createRegistrySelector(
( entityRecord ) =>
entityRecord.kind !== 'postType' ||
entityRecord.name !== type ||
entityRecord.key !== id ||
entityRecord.hasMetaChanges
entityRecord.key !== id
);
}
);
Expand Down

0 comments on commit f8a7e41

Please sign in to comment.