Skip to content

Commit

Permalink
fix(QPage): JSON > style-fn default value and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent b2a6dff commit 6271279
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/src/components/page/QPage.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"type": "Object",
"desc": "Object with CSS properties to apply to Page DOM element"
},
"default": "# see source code",
"examples": [ "# see source code" ],
"examples": [ "(offset, height) => ({ minHeight: offset + 'px' })" ],
"category": "style"
}
},
Expand Down

0 comments on commit 6271279

Please sign in to comment.