Attempt to fix sending challenges...
authorBenjamin Auder <benjamin.auder@somewhere>
Fri, 7 May 2021 21:33:23 +0000 (23:33 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Fri, 7 May 2021 21:33:23 +0000 (23:33 +0200)
client/src/views/Hall.vue

index 61e809e..707debe 100644 (file)
@@ -1098,7 +1098,7 @@ export default {
       }
       window.V = this.newchallenge.V;
       let chall = Object.assign({}, this.newchallenge);
-      if (!this.newchallenge.options) chall.options = { options: {} };
+      if (!this.newchallenge.fromPreset) chall.options = { options: {} };
       if (V.Options && !this.newchallenge.fromPreset) {
         // Get/set options variables (if any) / TODO: v-model?!
         for (const check of this.newchallenge.V.Options.check || []) {