Skip to content

Commit

Permalink
Remove useless async
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 6, 2023
1 parent ecbbbec commit 2fe4d69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function ResetDefaultTemplate( { onClick } ) {
}
return (
<MenuItem
onClick={ async () => {
onClick={ () => {
editEntityRecord(
'postType',
postType,
Expand Down

0 comments on commit 2fe4d69

Please sign in to comment.