Skip to content

Commit

Permalink
Merge pull request kodadot#6712 from floyd-li/fix/6706
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwao authored Aug 15, 2023
2 parents d3e2124 + 3cde46d commit c3ff15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/src/components/NeoTooltip/NeoTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface Props {
multilineWidth?: string | number
fullWidth?: boolean
stopEvents?: boolean
autoClose?: any | boolean
autoClose?: string[] | boolean
contentClass?: string
}
const props = withDefaults(defineProps<Props>(), {
Expand Down

0 comments on commit c3ff15d

Please sign in to comment.