Skip to content

Commit

Permalink
Fix lazy-loaded optimade mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Nov 6, 2024
1 parent 3e889ac commit 563bf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiidalab_qe/common/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ def _on_render_click(self, _):
class LazyLoadedOptimade(LazyLoadedStructureImporter):
warning_message = "OPTIMADE may take some time to load"

def _get_children(self):
def _get_widget(self):
from aiidalab_widgets_base.databases import OptimadeQueryWidget

return OptimadeQueryWidget(embedded=False)
Expand Down

0 comments on commit 563bf12

Please sign in to comment.