Skip to content

Commit

Permalink
DataViews Quick Edit: Fix panel title not updating
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored and getdave committed Aug 14, 2024
1 parent efcddc8 commit 01f5f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-card-panel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function PostCardPanel( { postType, postId, actions } ) {
isPostsPage: siteSettings?.page_for_posts === postId,
};
},
[]
[ postId, postType ]
);
return (
<div className="editor-post-card-panel">
Expand Down

0 comments on commit 01f5f22

Please sign in to comment.