Skip to content

Commit

Permalink
Give MergeUI a default for canmerge to allow easy dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini committed Sep 9, 2024
1 parent 77ec028 commit 48a22ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openlibrary/components/MergeUI.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export default {
},
canmerge: {
type: String,
required: true
required: false,
default: 'true',
}
},
data() {
Expand Down

0 comments on commit 48a22ca

Please sign in to comment.