Skip to content

Commit

Permalink
fix progress declaration (#1628)
Browse files Browse the repository at this point in the history
Co-authored-by: Fred Lefévère-Laoide <[email protected]>
  • Loading branch information
FredLL-Avaiga and Fred Lefévère-Laoide authored Aug 1, 2024
1 parent 7cd2633 commit f156ec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions taipy/gui/viselements.json
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@
"name": "value",
"type": "dynamic(int)",
"doc": "If set, then the value represents the progress percentage that is shown.TODO - if unset?",
"default_property": "true"
"default_property": true
},
{
"name": "linear",
Expand All @@ -1281,8 +1281,8 @@
{
"name": "render",
"type": "dynamic(bool)",
"doc": "If False, this progress indicator is hidden from the page.",
"default_property": "true"
"default_value": "True",
"doc": "If False, this progress indicator is hidden from the page."
}
]
}
Expand Down

0 comments on commit f156ec4

Please sign in to comment.