Skip to content
Snippets Groups Projects
Commit cb9b41bb authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Prevent triggering mutation on substitution card creation

parent 0e28260e
No related branches found
No related tags found
1 merge request!329Introduce substitution to do list
Pipeline #182906 failed
......@@ -76,7 +76,6 @@ import createOrPatchMixin from "aleksis.core/mixins/createOrPatchMixin.js";
column
mandatory
:disabled="loading"
@change="changeCancel"
class="justify-self-end"
>
<v-chip
......@@ -84,6 +83,7 @@ import createOrPatchMixin from "aleksis.core/mixins/createOrPatchMixin.js";
outlined
color="success"
:value="false"
@click="changeCancel"
>
{{ $t("chronos.substitutions.overview.cancel.not_cancelled") }}
</v-chip>
......@@ -92,6 +92,7 @@ import createOrPatchMixin from "aleksis.core/mixins/createOrPatchMixin.js";
outlined
color="error"
:value="true"
@click="changeCancel"
>
{{ $t("chronos.substitutions.overview.cancel.cancelled") }}
</v-chip>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment