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

Add loading status indicator in cancel button

parent 4090f58d
No related branches found
No related tags found
1 merge request!329Introduce substitution to do list
Pipeline #182031 failed
......@@ -43,7 +43,7 @@ import createOrPatchMixin from "aleksis.core/mixins/createOrPatchMixin.js";
</template>
</v-autocomplete>
<delete-button color="red white--text" outlined @click="toggleCancel">{{
<delete-button color="red white--text" outlined :loading="loading" @click="toggleCancel">{{
substitution.cancelled
? $t("chronos.substitutions.overview.cancel.decancel")
: $t("chronos.substitutions.overview.cancel.cancel")
......
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