Skip to content

Commit

Permalink
Merge pull request #3456 from primefaces/issue-3436
Browse files Browse the repository at this point in the history
Panel: Typo fixed for default props
  • Loading branch information
bahadirsofuoglu authored Jan 9, 2023
2 parents 646d4c9 + 757d4ac commit f6ebae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/panel/Panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
collapsed: Boolean,
toggleButtonProps: {
type: null,
defaault: null
default: null
}
},
data() {
Expand Down
4 changes: 2 additions & 2 deletions components/tabview/TabView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ export default {
},
previousButtonProps: {
type: null,
defaault: null
default: null
},
nextButtonProps: {
type: null,
defaault: null
default: null
}
},
data() {
Expand Down

0 comments on commit f6ebae9

Please sign in to comment.