From 6ce7dfa01dd04013a0cf44b5301e6ad8daacba4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fred=20Lef=C3=A9v=C3=A8re-Laoide?= <90181748+FredLL-Avaiga@users.noreply.github.com> Date: Fri, 3 May 2024 17:10:08 +0200 Subject: [PATCH] typo (#1257) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fred Lefévère-Laoide --- taipy/gui_core/_GuiCoreLib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"