Skip to content

Commit

Permalink
fix: agent skill popup closing fixed [WTEL-5105]
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBeria committed Sep 17, 2024
1 parent 5499a7f commit 43d7f29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<config-agent-skill-popup
v-if="isAgentConfigSkillPopup"
@back="handleSkillConfigBack"
@close="cancel"
@cancel="cancel"
@select="handleSkillConfigSelect"
/>
</div>
Expand Down

0 comments on commit 43d7f29

Please sign in to comment.