Skip to content

Commit

Permalink
expose auto_update_result switch in add_result user API
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Mar 11, 2024
1 parent 9a2215a commit c926cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/core/template_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3344,7 +3344,7 @@ def __init__(self, plugin, label, label_default, label_auto,
self.add_observe(label, self._on_label_changed)

def __repr__(self):
return f"<AddResults label='{self.label}', auto={self.auto}, viewer={self.viewer.selected}>"
return f"<AddResults label='{self.label}', auto={self.auto}, viewer={self.viewer.selected}, auto_update_result={self.auto_update_result}>"

@property
def user_api(self):
Expand Down

0 comments on commit c926cc4

Please sign in to comment.