Skip to content

Commit

Permalink
teams agents popup resiting [WTEL-5156]
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Zaritskyi committed Dec 18, 2024
1 parent 1fd1e53 commit d58bcdd
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
setup: () => ({
// Reasons for use $stopPropagation
// https://webitel.atlassian.net/browse/WTEL-4559?focusedCommentId=621761
v$: useVuelidate({$stopPropagation: true}),
v$: useVuelidate({ $stopPropagation: true }),
}),
data: () => ({
Expand All @@ -73,8 +73,13 @@ export default {
return AgentsAPI.getLookup(params);
},
},
watch: {
agentId() {
this.resetState();
},
},
};
</script>

<style lang="scss" scoped>
</style>
<style lang="scss" scoped></style>

0 comments on commit d58bcdd

Please sign in to comment.