Skip to content

Commit

Permalink
Revert "DataViews: use table layout for templates when experiment dis…
Browse files Browse the repository at this point in the history
…abled (#57960)"

This reverts commit e67f6fc.
  • Loading branch information
oandregal authored and ntsekouras committed Jan 23, 2024
1 parent cf3dbbc commit 7a3cb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/page-templates/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const defaultConfigPerViewType = {
};

const DEFAULT_VIEW = {
type: window?.__experimentalAdminViews ? LAYOUT_LIST : LAYOUT_TABLE,
type: LAYOUT_LIST,
search: '',
page: 1,
perPage: 20,
Expand Down

0 comments on commit 7a3cb90

Please sign in to comment.