Skip to content

Commit

Permalink
chore(QTree): mark "duration" prop as passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent 4123175 commit 9a23c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/tree/QTree.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default createComponent({
filter: String,
filterMethod: Function,

duration: Number,
duration: {},
noConnectors: Boolean,
noTransition: Boolean,

Expand Down
1 change: 1 addition & 0 deletions ui/src/components/tree/QTree.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
"type": "Number",
"desc": "Toggle animation duration (in milliseconds)",
"default": "300",
"passthrough": "child",
"category": "style"
},

Expand Down

0 comments on commit 9a23c85

Please sign in to comment.