Skip to content

Commit

Permalink
fix: refresh factories on delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 2, 2024
1 parent f62dec3 commit 6cb89af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app/components/factory/FactoryForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ async function removeFactory() {
...route.query,
},
})
await factoryStore.refreshFactories()
}
// Shortcuts
Expand Down

0 comments on commit 6cb89af

Please sign in to comment.