Skip to content

Commit

Permalink
Merge pull request #572 from webitel/fix/agent-skill-delete
Browse files Browse the repository at this point in the history
fix: agent skill delete [WTEL-4091]
  • Loading branch information
liza-pohranichna authored Dec 15, 2023
2 parents e48411a + 2387738 commit 5c3d154
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
v-if="!disableUserInput"
:class="{'hidden': anySelected}"
:selected-count="selectedRows.length"
@click="callDelete(selectedRows)"
@click="deleteData(selectedRows)"
/>
<wt-icon-btn
v-if="!disableUserInput"
Expand Down Expand Up @@ -78,7 +78,7 @@
<wt-icon-action
action="delete"
class="table-action"
@click="callDelete(item)"
@click="deleteData(item)"
/>
</template>
</wt-table>
Expand Down

0 comments on commit 5c3d154

Please sign in to comment.