Skip to content

Commit

Permalink
Merge pull request #44 from mitre/fix/2927
Browse files Browse the repository at this point in the history
ability dependencies load without double click
  • Loading branch information
elegantmoose authored Apr 7, 2024
2 parents cc156ee + e1c0e57 commit 85b671d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/adversaries/DetailsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ let showAbilitySelection = ref(false);
let showCreateEditAbilityModal = ref(false);
let showAddFromAdversary = ref(false);
findAbilityDependencies();
watch(selectedAdversaryAbilities, () => {
findAbilityDependencies();
});
Expand Down

0 comments on commit 85b671d

Please sign in to comment.