Commit 84d7c5fc authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Minor bugfix

parent bc01144d
Loading
Loading
Loading
Loading
Loading
+1 −1
Changes for vospace-ui-frontend/src/components/Main.vue: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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() {