Просмотр исходного кода

fix progress declaration (#1628)

Co-authored-by: Fred Lefévère-Laoide <Fred.Lefevere-Laoide@Taipy.io>
Fred Lefévère-Laoide 10 месяцев назад
Родитель
Сommit
f156ec4d4a
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      taipy/gui/viselements.json

+ 3 - 3
taipy/gui/viselements.json

@@ -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",
@@ -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."
                     }
                 ]
             }