Skip to content

Commit 8fca2a8

Browse files
committed
Replace download component with new integrated solution
1 parent e38c14e commit 8fca2a8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crystal_toolkit/apps/main.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@
139139
links={"default": transformation_component.id()}
140140
)
141141

142-
download_component = ctc.DownloadPanelComponent(
143-
links={"default": struct_component.id()}
144-
)
145-
146142
robocrys_panel = ctc.RobocrysComponent(links={"default": transformation_component.id()})
147143
xrd_panel = ctc.DiffractionPanelComponent(
148144
links={"default": transformation_component.id()}
@@ -165,7 +161,7 @@
165161
# [submit_snl_panel.panel_layout, download_component.panel_layout]
166162
# )
167163
else:
168-
action_div = html.Div([download_component.panel_layout()])
164+
action_div = html.Div([struct_component.download_layout()])
169165

170166
panels = [
171167
symmetry_panel,

0 commit comments

Comments
 (0)