Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Schorb
VolumeAlign
Commits
e39f717f
Commit
e39f717f
authored
Jan 05, 2022
by
Martin Schorb
Browse files
fix empty stacklist
parent
504bd7f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
dash/callbacks/substack_sel.py
View file @
e39f717f
...
...
@@ -24,7 +24,10 @@ from app import app
def
stacktoparams
(
stack_sel
,
allstacks
):
if
not
dash
.
callback_context
.
triggered
:
raise
PreventUpdate
if
allstacks
in
(
None
,
''
,[])
raise
PreventUpdate
thisstore
=
dict
()
if
not
(
stack_sel
==
'-'
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment