Skip to content

Commit

Permalink
Merge pull request #773 from webitel/fix/agent-skill-popup-close
Browse files Browse the repository at this point in the history
fix: agent skill popup closing fixed [WTEL-5105]
  • Loading branch information
VladimirBeria authored Sep 17, 2024
2 parents 5499a7f + 43d7f29 commit 254b3e5
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 254b3e5

Please sign in to comment.