Skip to content

Commit

Permalink
fix(pro:search): shortcut compont should provide comp name (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 authored Jul 10, 2023
1 parent cffe08c commit 12bf691
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { proSearchContext } from '../../token'
import { type SearchField, quickSelectPanelShortcutProps } from '../../types'

export default defineComponent({
name: 'IxProSearchShortcut',
props: quickSelectPanelShortcutProps,
setup(props, { slots }) {
const {
Expand Down

0 comments on commit 12bf691

Please sign in to comment.