Skip to content
Snippets Groups Projects
Commit 84d7c5fc authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Minor bugfix

parent bc01144d
No related branches found
No related tags found
No related merge requests found
Pipeline #1136 passed
......@@ -96,7 +96,7 @@ export default {
selectInputs(value) {
document.querySelectorAll('#nodes input').forEach(input => {
input.checked = value;
this.$store.dispatch('computeButtonVisibility');
this.$store.dispatch('computeButtonsVisibility');
});
},
startAsyncRecallJob() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment