Skip to content

Commit

Permalink
adding irrelevant message, commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Mar 25, 2024
1 parent e19977a commit 09ab7e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jdaviz/configs/default/plugins/data_quality/data_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
class DataQuality(PluginTemplateMixin):
template_file = __file__, "data_quality.vue"

# TODO: uncomment this line before merging into main:
# irrelevant_msg = Unicode("Data Quality plugin is in development.").tag(sync=True)

viewer_multiselect = Bool(False).tag(sync=True)
viewer_items = List().tag(sync=True)
viewer_selected = Any().tag(sync=True) # Any needed for multiselect
Expand Down

0 comments on commit 09ab7e2

Please sign in to comment.