소스 검색

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)
         }
     };