This commit is contained in:
DD 2018-01-09 14:55:46 -05:00
parent 0b6d7adf3e
commit db662b8584

View file

@ -402,7 +402,7 @@ class Blocks {
case 'mutation':
block.mutation = mutationAdapter(args.value);
break;
case 'checkbox':
case 'checkbox': {
block.isMonitored = args.value;
if (!optRuntime) {
break;
@ -428,6 +428,7 @@ class Blocks {
}
break;
}
}
this.resetCache();
}