Change default parameter of "builtin_change_event" to "True"
This commit is contained in:
parent
871b732ed9
commit
5919c1bf8b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def load_dataclass_json(
|
||||||
file_path: str,
|
file_path: str,
|
||||||
app: any=None,
|
app: any=None,
|
||||||
builtin_save: bool=True,
|
builtin_save: bool=True,
|
||||||
builtin_change_event: bool=True
|
builtin_change_event: bool=False
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
Loads a dataclass instance from a json file.
|
Loads a dataclass instance from a json file.
|
||||||
|
|
Loading…
Add table
Reference in a new issue