Преглед изворни кода

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