Skip to content

Commit

Permalink
Rename the table view to list view
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Oct 9, 2023
1 parent 7854081 commit b582669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/page-pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const EMPTY_OBJECT = {};

export default function PagePages() {
const [ view, setView ] = useState( {
type: 'table',
type: 'list',
search: '',
page: 0,
perPage: 5,
Expand Down

0 comments on commit b582669

Please sign in to comment.