Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lazy-loaded optimade mechanism
Browse files Browse the repository at this point in the history
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
@@ -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)

0 comments on commit 563bf12

Please sign in to comment.