Skip to content

Commit

Permalink
Remove string from pages sidebar (#55510)
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Oct 20, 2023
1 parent 4afae15 commit 145ee70
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export default function DataViewsSidebarContent() {
return <p>Add views ui here</p>;
// TODO: add views UI.
return null;
}

1 comment on commit 145ee70

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 145ee70.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6589311260
📝 Reported issues:

Please sign in to comment.