Skip to content

Commit

Permalink
Remove string from pages sidebar (WordPress#55510)
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal authored 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;
}

0 comments on commit 145ee70

Please sign in to comment.