Skip to content

Commit

Permalink
Update jdaviz/core/template_mixin.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Conroy <[email protected]>
  • Loading branch information
rosteen and kecnry committed Feb 5, 2025
1 parent 8cecc07 commit 51ae5cb
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 @@ -2110,7 +2110,7 @@ def _update_subset(self, subset, attribute=None):
else:
# 'type' can be passed manually rather than coming from SubsetUpdateMessage.attribute
# This will be None if triggered by SubsetCreateMessage
if attribute in ('style', 'type') or attribute is None:
if attribute in ('style', 'type', None):
# TODO: may need to add label and then rebuild the entire list if/when
# we add support for renaming subsets

Expand Down

0 comments on commit 51ae5cb

Please sign in to comment.