Skip to content

Commit

Permalink
chore(save): remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishbite committed Aug 7, 2023
1 parent 6c9f40a commit b2c96dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editor/components/fields/ThemerComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const ThemerComponent = () => {
* saves edited entity data
*/
const save = async () => {
// dispatch( 'core' ).undo();
try {
await dispatch( 'core' ).saveEditedEntityRecord(
'root',
Expand Down

0 comments on commit b2c96dc

Please sign in to comment.