Skip to content

Commit

Permalink
Fix default layout config in pages list (#60407)
Browse files Browse the repository at this point in the history
Co-authored-by: ntsekouras <ntsekouras@git.wordpress.org>
Co-authored-by: oandregal <oandregal@git.wordpress.org>
  • Loading branch information
3 people authored Apr 3, 2024
1 parent 5406de6 commit 002bb33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const DEFAULT_PAGE_BASE = {
// better to keep track of the hidden ones.
hiddenFields: [ 'date', 'featured-image' ],
layout: {
...DEFAULT_CONFIG_PER_VIEW_TYPE[ LAYOUT_TABLE ],
...DEFAULT_CONFIG_PER_VIEW_TYPE[ LAYOUT_LIST ],
},
};

Expand Down

0 comments on commit 002bb33

Please sign in to comment.