Skip to content

Commit

Permalink
typo (#1257)
Browse files Browse the repository at this point in the history
Co-authored-by: Fred Lefévère-Laoide <Fred.Lefevere-Laoide@Taipy.io>
  • Loading branch information
FredLL-Avaiga and Fred Lefévère-Laoide authored May 3, 2024
1 parent a705ad9 commit 6ce7dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taipy/gui_core/_GuiCoreLib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}<tp:uniquejb>}}"
PropertyType.dynamic_string, f"{{{__JOB_SELECTOR_ERROR_VAR}<tp:uniq:jb>}}"
),
"update_jb_vars": ElementProperty(
PropertyType.string, f"error_id={__JOB_SELECTOR_ERROR_VAR}<tp:uniq:jb>"
Expand Down

0 comments on commit 6ce7dfa

Please sign in to comment.