X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;fp=client%2Fsrc%2Fviews%2FHall.vue;h=707debe3ec3a8141643539020bd7c9a571c63738;hp=61e809e1fc753a94474b6a8b4abf77e1b6212a27;hb=9804f90b3caec5ffe0fec6631f1459b24d6d04b1;hpb=6d3f6a3064c3c8732e1d4ddf00fd9bf1020ef1d0 diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 61e809e1..707debe3 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -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 || []) {