Skip to content

Commit

Permalink
fix(entities): fix clear icon button in input (#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo authored Oct 14, 2024
1 parent 2164ad6 commit 0b65d0f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<CloseIcon
v-show="modelValue !== ''"
class="kong-ui-entity-filter-clear"
role="button"
tabindex="0"
@click="handleQueryClear"
/>
</template>
Expand Down

0 comments on commit 0b65d0f

Please sign in to comment.