Skip to content

Commit

Permalink
update entity list on update/create
Browse files Browse the repository at this point in the history
  • Loading branch information
TeodoraPavlova committed Feb 2, 2024
1 parent f5ed0fa commit e6b9955
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/inputs/EntityForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ export default {
body: this.editEntity
});
this.loading = false;
updateEntityList();
return response;
},
async saveEntity() {
Expand All @@ -244,6 +242,7 @@ export default {
}
if (response) {
this.updatePendingRequests();
updateEntityList();
}
this.$emit("update");
},
Expand Down

0 comments on commit e6b9955

Please sign in to comment.