Procházet zdrojové kódy

Recipes List: Set List as new default mode

Tatiana Inama před 6 roky
rodič
revize
775bd55c2e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      recipes/src/containers/Recipes/List/reducers.ts

+ 1 - 1
recipes/src/containers/Recipes/List/reducers.ts

@@ -9,7 +9,7 @@ const initialState: RecipeState = {
   shoppingCart: [],
   id: '',
   result: undefined,
-  layout: Layout.VerticalSplit
+  layout: Layout.List
 };
 
 export const recipesReducer = (