Skip to content

Commit ae6c69c

Browse files
author
delsim
committed
Add initial state flag to dash wrapper
1 parent 367aa94 commit ae6c69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_plotly_dash/dash_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def get_asset_static_url(self, asset_path):
223223
module_name = self.caller_module.__name__
224224
return static_asset_path(module_name, asset_path)
225225

226-
def as_dash_instance(self, cache_id=None):
226+
def as_dash_instance(self, cache_id=None, can_ignore_initial_state=False):
227227
'''
228228
Form a dash instance, for stateless use of this app
229229
'''

0 commit comments

Comments
 (0)