Skip to content

Commit

Permalink
Backport PR spacetelescope#2793: fix typo in vue file affecting plugi…
Browse files Browse the repository at this point in the history
…n table format
  • Loading branch information
kecnry authored and meeseeksmachine committed Apr 10, 2024
1 parent 41a7725 commit 6e769e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Bug Fixes
---------

- Fix dropdown selection for table format in export plugin. [#2793]

Cubeviz
^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion jdaviz/configs/default/plugins/export/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __init__(self, *args, **kwargs):
# although not all support passing overwrite
plugin_table_format_options = ['ecsv', 'csv', 'fits']
self.plugin_table_format = SelectPluginComponent(self,
items='plugin-table_format_items',
items='plugin_table_format_items',
selected='plugin_table_format_selected',
manual_options=plugin_table_format_options)

Expand Down

0 comments on commit 6e769e0

Please sign in to comment.