瀏覽代碼

Don't set state to loading when editing values

Fela Maslen 7 年之前
父節點
當前提交
cf6511a1a2
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/reducers/crud.js

+ 0 - 1
src/reducers/crud.js

@@ -154,7 +154,6 @@ function onUpdate(state, { route, id, fields }) {
 
     return {
         [route]: {
-            loading: true,
             items: updateDoc(routeDocs, index, id, true, fields)
         }
     };