Skip to content

Commit

Permalink
add default value of empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
kencrim committed Aug 17, 2023
1 parent cdb6006 commit e8ba18c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TopNavDropdown/TopNavDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export default {
components: { ChevronDown },
props: {
title: {
type: String
type: String,
default: ''
},
id: {
type: String,
Expand Down

0 comments on commit e8ba18c

Please sign in to comment.