Skip to content

Commit

Permalink
Set grid as default
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Mar 25, 2024
1 parent f217ef0 commit 6709c96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const defaultConfigPerViewType = {
};

const DEFAULT_VIEW = {
type: LAYOUT_TABLE,
type: LAYOUT_GRID,
search: '',
page: 1,
perPage: 20,
Expand Down

0 comments on commit 6709c96

Please sign in to comment.