Skip to content

Commit

Permalink
Instead of skipping rendering WorkChainNode viewers, render a gener…
Browse files Browse the repository at this point in the history
…ic message
  • Loading branch information
edan-bainglass committed Dec 10, 2024
1 parent ebd9e79 commit d1da2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiidalab_qe/app/result/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def _update_node_view(self, nodes, refresh=False):
self.node_view = self._create_workchain_viewer(node)
self.node_views[node.uuid] = self.node_view
else:
return
self.node_view = ipw.HTML("No viewer available for this node.")

self.node_view_container.children = [self.node_view]

Expand Down

0 comments on commit d1da2b0

Please sign in to comment.