浏览代码

Fix Planner default's view

Tatiana Inama 7 年之前
父节点
当前提交
eb7cd988d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recipes/src/containers/Planner/reducers.ts

+ 1 - 1
recipes/src/containers/Planner/reducers.ts

@@ -6,7 +6,7 @@ import { merge, uniqBy } from 'ramda';
 import { mkPlanner } from './services';
 
 const initialState: PlannerState = {
-  mode: PlannerMode.Edit,
+  mode: PlannerMode.View,
   isFetching: false,
   saving: false,
   edit: false,