We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a914d74 commit 2303f26Copy full SHA for 2303f26
src/service-module/service-module.actions.ts
@@ -322,7 +322,7 @@ export default function makeServiceActions(service: Service<any>) {
322
service.FeathersVuexModel &&
323
!(item instanceof service.FeathersVuexModel)
324
) {
325
- item = new service.FeathersVuexModel(item)
+ item = new service.FeathersVuexModel(item, { commit: false })
326
}
327
328
// If the item has a matching temp, update the temp and provide it as the new item.
0 commit comments