We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38c14e commit 8fca2a8Copy full SHA for 8fca2a8
crystal_toolkit/apps/main.py
@@ -139,10 +139,6 @@
139
links={"default": transformation_component.id()}
140
)
141
142
-download_component = ctc.DownloadPanelComponent(
143
- links={"default": struct_component.id()}
144
-)
145
-
146
robocrys_panel = ctc.RobocrysComponent(links={"default": transformation_component.id()})
147
xrd_panel = ctc.DiffractionPanelComponent(
148
@@ -165,7 +161,7 @@
165
161
# [submit_snl_panel.panel_layout, download_component.panel_layout]
166
162
# )
167
163
else:
168
- action_div = html.Div([download_component.panel_layout()])
164
+ action_div = html.Div([struct_component.download_layout()])
169
170
panels = [
171
symmetry_panel,
0 commit comments