Skip to content

Commit

Permalink
⚡ No clientside function = None
Browse files Browse the repository at this point in the history
  • Loading branch information
chriddyp committed Apr 8, 2019
1 parent b9886d9 commit 7281b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash/dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def dependencies(self):
'output': k,
'inputs': v['inputs'],
'state': v['state'],
'clientside_function': v.get('clientside_function', {})
'clientside_function': v.get('clientside_function', None)
} for k, v in self.callback_map.items()
])

Expand Down

0 comments on commit 7281b7d

Please sign in to comment.