Skip to content

Commit

Permalink
fix(CommandPalette): wrong type usage
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 5, 2023
1 parent f221b89 commit 4665563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/navigation/CommandPalette.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default defineComponent({
default: () => appConfig.ui.commandPalette.default.selectedIcon
},
close: {
type: Object as PropType<Partial<UButtonType>>,
type: Object as PropType<Partial<ButtonType>>,
default: () => appConfig.ui.commandPalette.default.close
},
empty: {
Expand Down

0 comments on commit 4665563

Please sign in to comment.