diff --git a/taipy/gui_core/_GuiCoreLib.py b/taipy/gui_core/_GuiCoreLib.py index fff25e72c9..388ab858a0 100644 --- a/taipy/gui_core/_GuiCoreLib.py +++ b/taipy/gui_core/_GuiCoreLib.py @@ -261,7 +261,7 @@ class _GuiCore(ElementLibrary): "type": ElementProperty(PropertyType.inner, __JOB_ADAPTER), "on_job_action": ElementProperty(PropertyType.function, f"{{{__CTX_VAR_NAME}.act_on_jobs}}"), "error": ElementProperty( - PropertyType.dynamic_string, f"{{{__JOB_SELECTOR_ERROR_VAR}}}" + PropertyType.dynamic_string, f"{{{__JOB_SELECTOR_ERROR_VAR}}}" ), "update_jb_vars": ElementProperty( PropertyType.string, f"error_id={__JOB_SELECTOR_ERROR_VAR}"