updated id strings
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
from dash import html, dcc
|
||||
|
||||
|
||||
stores_element = html.Div([
|
||||
dcc.Store(id='visual-communication-name', storage_type='session'),
|
||||
])
|
||||
stores_element = html.Div(
|
||||
children=[
|
||||
dcc.Store(id="alert-message", storage_type="session"),
|
||||
dcc.Store(id="visual-communication-name", storage_type="session"),
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user