From 84d7c5fc39d1b026ec8f94dc81b168a56d7cd191 Mon Sep 17 00:00:00 2001 From: Sonia Zorba <sonia.zorba@inaf.it> Date: Mon, 8 Mar 2021 12:39:11 +0100 Subject: [PATCH] Minor bugfix --- vospace-ui-frontend/src/components/Main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vospace-ui-frontend/src/components/Main.vue b/vospace-ui-frontend/src/components/Main.vue index cc35967..2fef31c 100644 --- a/vospace-ui-frontend/src/components/Main.vue +++ b/vospace-ui-frontend/src/components/Main.vue @@ -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() { -- GitLab