Skip to content

Commit

Permalink
subset plugin: disable update button when no subset selected (#2880)
Browse files Browse the repository at this point in the history
* disable update button when no subset selected

* changelog entry
  • Loading branch information
kecnry authored May 20, 2024
1 parent 3ac9bfb commit b89784c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ Other Changes and Additions
Bug Fixes
---------

* Update button in the subset plugin is now disabled when no subset is selected. [#2880]

Cubeviz
^^^^^^^

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
</plugin-action-button>
</j-tooltip>
<plugin-action-button
:disabled="subset_selected === 'Create New'"
:results_isolated_to_plugin="false"
@click="update_subset"
>
Expand Down

0 comments on commit b89784c

Please sign in to comment.