Skip to content

Commit

Permalink
Refactor #279
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Apr 19, 2020
1 parent 627d821 commit c447051
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/datatable/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export default {
},
filterLocale: {
type: String,
default: null
default: undefined
},
selection: {
type: [Array,Object],
Expand Down
4 changes: 2 additions & 2 deletions src/components/tree/Tree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
},
filterLocale: {
type: String,
default: null
default: undefined
}
},
data() {
Expand Down Expand Up @@ -412,4 +412,4 @@ export default {
.p-tree .p-tree-loading-content .p-tree-loading-icon {
font-size: 2em;
}
</style>
</style>
4 changes: 2 additions & 2 deletions src/components/treetable/TreeTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default {
},
filterLocale: {
type: String,
default: null
default: undefined
},
resizableColumns: {
type: Boolean,
Expand Down Expand Up @@ -1110,4 +1110,4 @@ export default {
.p-treetable .p-treetable-loading-icon {
font-size: 2em;
}
</style>
</style>

0 comments on commit c447051

Please sign in to comment.