Explorar el Código

Don't set state to loading when editing values

Fela Maslen hace 7 años
padre
commit
cf6511a1a2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)
         }
     };