tfrere HF Staff commited on
Commit
1208884
·
1 Parent(s): 1e8f4c6
Files changed (1) hide show
  1. client/src/layouts/config.js +2 -2
client/src/layouts/config.js CHANGED
@@ -102,8 +102,8 @@ export const nonRandomLayouts = Object.keys(LAYOUTS).filter(
102
  export const LAYOUTS_BY_PANEL_COUNT = {
103
  1: ["COVER"],
104
  2: ["LAYOUT_7"],
105
- 3: ["LAYOUT_2", "LAYOUT_5"],
106
- 4: ["LAYOUT_1", "LAYOUT_3", "LAYOUT_4"],
107
  };
108
 
109
  // Helper functions for layout configuration
 
102
  export const LAYOUTS_BY_PANEL_COUNT = {
103
  1: ["COVER"],
104
  2: ["LAYOUT_7"],
105
+ 3: ["LAYOUT_2", "LAYOUT_5"], //"LAYOUT_1",
106
+ 4: ["LAYOUT_3", "LAYOUT_4"],
107
  };
108
 
109
  // Helper functions for layout configuration