Skip to content

Commit

Permalink
Fix new group not selected on creation by default
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Jan 14, 2025
1 parent 2f49daa commit c311bff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function onCreateNewSet() {
};
emit("new-credentials-set", props.credentialPayload, newSet);
selectedSet.value = newSet;
onCurrentSetChange(newSet);
}
function onCurrentSetChange(selectedSet: ServiceGroupPayload) {
Expand Down

0 comments on commit c311bff

Please sign in to comment.