@@ -63,7 +63,6 @@ function onCreate(state, { route, pendingId, fields }) {
return {
[route]: {
- loading: true,
items: insertDoc(routeDocs, pendingId, true, fields)
}
};