Skip to content

Commit

Permalink
update dependency states after entity reset
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
  • Loading branch information
v1r0x committed Jan 28, 2025
1 parent 81fcab2 commit 799f4aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/EntityDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,7 @@
const resetForm = grps => {
resetListValues(grps);
resetDirtyStates(grps);
updateAllDependencies();
};
const setAttrRefs = (el, grp) => {
attrRefs.value[grp] = el;
Expand Down

0 comments on commit 799f4aa

Please sign in to comment.