diff --git a/taipy/gui/viselements.json b/taipy/gui/viselements.json
index 34c354f0a..73d152f7b 100644
--- a/taipy/gui/viselements.json
+++ b/taipy/gui/viselements.json
@@ -1067,7 +1067,7 @@
{
"name": "on_action",
"type": "Union[str, Callable]",
- "doc": "A function or the name of a function that is triggered when the download is terminated (or on user action if content is None).
This function is invoked with the following parameters:\n
- state (
State^): the state instance. - id (str): the identifier of the button if it has one.
- payload (dict): the details on this callback's invocation.
\nThis dictionary has two keys:\n- action:: the name of the action that triggered this callback.
- args: a list of two elements: args[0] reflects the name property and args[1] holds the file URL.
",
+ "doc": "A function or the name of a function that is triggered when the download is terminated (or on user action if content is None).
This function is invoked with the following parameters:\n- state (
State^): the state instance. - id (str): the identifier of the button if it has one.
- payload (dict): the details on this callback's invocation.
\nThis dictionary has two keys:\n- action: the name of the action that triggered this callback.
- args: a list of two elements:\n
- args[0]: reflects the name property
- args[1]: holds the file URL
",
"signature": [
["state", "State"],
["id", "str"],