Skip to content

Commit

Permalink
fix: date range picker default type
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikmehinagic committed Nov 30, 2023
1 parent 1520b52 commit be072ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DateRangePicker/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const props = defineProps({
},
type: {
type: String as PropType<'dropdown' | 'modal'>,
default: 'modal',
default: 'dropdown',
},
});
Expand Down

0 comments on commit be072ba

Please sign in to comment.