Skip to content

Commit

Permalink
fix: properties should be undefined unless user specifies
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCampionJr committed Oct 25, 2023
1 parent 2f1a93f commit 0e678e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/form/BaseAutocomplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const props = withDefaults(
allowCustom: false,
fixed: false,
placement: 'bottom-start',
properties: () => ({}),
properties: undefined,
},
)
Expand Down

0 comments on commit 0e678e9

Please sign in to comment.