Skip to content

Commit ea493c5

Browse files
committed
lint again and again
1 parent 47b7af9 commit ea493c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/_callback_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def display(btn1, btn2):
154154
def update_args_grouping(g):
155155
if isinstance(g, dict) and "id" in g:
156156
str_id = stringify_id(g["id"])
157-
prop_id = f"{str_id}.{g['propery']}"
157+
prop_id = f"{str_id}.{g['property']}"
158158

159159
new_values = {
160160
"value": g.get("value"),

0 commit comments

Comments
 (0)